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 / musa
Size of a ::4
Size of 2.0 ::8
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how do you view the path?
Explain modulus operator. What are the restrictions of a modulus operator?
Which is better oop or procedural?
What is c language and why we use it?
What is action and transformation in spark?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is it possible to execute code even after the program exits the main() function?
What are the advantages and disadvantages of pointers?
How can you return multiple values from a function?
For what purpose null pointer used?
What is a function in c?
write a program to find out prime number using sieve case?
What are the data types present in c?
Explain indirection?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.