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 / selvapriya
hi frnds...i think my ans is 2,2
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Is there any demerits of using pointer?
Do you have any idea about the use of "auto" keyword?
Why #include is used in c language?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is optimization in c?
What is quick sort in c?
What are the differences between Structures and Arrays?
What is #pragma statements?
Differentiate between the expression “++a” and “a++”?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is pointer and structure in c?
How can I change their mode to binary?
What is main function in c?
Explain continue keyword in c
When was c language developed?