What is the output of this program

#includestdio.h
void main()
{
float a=55.5;
printf("%d\t",sizeof(a));
printf("%d",sizeof(55.5));
}

Posted on by