#include<stdio.h
int main()
{
   char s="hi";
   printf("%zu%zu",size of s is,strlen(s));
    return 0;
}