What is the output of the following C Code??
#includestdio.h
int main ()
{
printf("%d%d%d\n",sizeof(3.0f),sizeof("3"),sizeof(3.0));
return 0;
}


Posted on by