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 / guest
2 2
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Where static variables are stored in memory in c?
find the sum of two matrices and WAP for it.
What is the method to save data in stack data structure type?
Describe dynamic data structure in c programming language?
Explain the difference between #include "..." And #include <...> In c?
What is .obj file in c?
Explain what is the difference between #include and #include 'file' ?
Explain how do you view the path?
praagnovation
What is malloc() function?
What tq means in chat?
Differentiate between Macro and ordinary definition.
write a c program to find the sum of five entered numbers using an array named number
What is a pointer and how it is initialized?
What is a buffer in c?