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
What is c programing language?
What is null pointer constant?
What are structures and unions? State differencves between them.
What is sizeof int in c?
Is c is a procedural language?
What is malloc and calloc?
Explain a file operation in C with an example.
Why structure is used in c?
What is a stream water?
What are Macros? What are its advantages and disadvantages?
How do shell structures work?
What are the rules for identifiers in c?
Give differences between - new and malloc() , delete and free() ?
How do you search data in a data file using random access method?
Is there a way to compare two structure variables?