What is the output of the code?
#includestdio.h
int main()
{
printf ("%d\t",sizeof(10.5));
printf ("%d\t",sizeof(34));
printf ("%d\t",sizeof("A"));
return 0;
}

Posted on by