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
how to count no of words,characters,lines in a paragraph.
What are the scope of static variables?
c program to compute AREA under integral
Explain what is gets() function?
What are the properties of union in c?
Why use int main instead of void main?
What is s or c?
What is #define size in c?
Why is a semicolon (;) put at the end of every program statement?
Tell us something about keyword 'auto'.
What are c identifiers?
What is storage class?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
When should you not use a type cast?
Between macros and functions,which is better to use and why?