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 / deepshree sinha
2
2
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain how do you print an address?
Explain what are the different file extensions involved when programming in c?
Write a simple code fragment that will check if a number is positive or negative.
What is the size of structure in c?
Explain what is gets() function?
write a program fibonacci series and palindrome program in c
What language is c written?
What is new line escape sequence?
What are enumerated types?
What is optimization in c?
Difference between strcpy() and memcpy() function?
Tell me can the size of an array be declared at runtime?
Why c is procedure oriented?
Why is c called c not d or e?
What will the preprocessor do for a program?