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
How to Throw some light on the splay trees?
Is register a keyword in c?
How can I convert a number to a string?
What is static memory allocation? Explain
Why functions are used in c?
Write a program to swap two numbers without using third variable?
swap 2 numbers without using third variable?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is malloc memset faster than calloc?
Explain what are reserved words?
What is getch() function?
What is the value of c?
What is property type c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What are the different types of C instructions?