What is the output of the code?
#includestdio.h
#includemath.h
int main()
{
printf("%d,%d,%d\n", sizeof(3.14f),sizeof(3.14),sizeof(3.14l));
return 0;
}


Posted on by