Find the output?
void main()
{float a=2.0;
printf("\nSize of a ::%d",sizeof(a));
printf("\nSize of 2.0 ::%d",sizeof(2.0));}
Answer Posted / rajeswari sethu
hi guys my answer is 2,2
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain what are its uses in c programming?
Is boolean a datatype in c?
Define Spanning-Tree Protocol (STP)
What is stack in c?
write a program for the normal snake games find in most of the mobiles.
What is the difference between scanf and fscanf?
What does it mean when a pointer is used in an if statement?
How can I read in an object file and jump to locations in it?
How can you tell whether two strings are the same?
Why is c known as a mother language?
Is there any data type in c with variable size?
how to find anagram without using string functions using only loops in c programming
What are all different types of pointers in c?
How to throw some light on the b tree?
Is r written in c?