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
Do you know pointer in c?
What is array of structure in c programming?
How do we open a binary file in Read/Write mode in C?
Difference between malloc() and calloc() function?
What are qualifiers?
What is this infamous null pointer, anyway?
Which are low level languages?
Explain what is the heap?
What is the best style for code layout in c?
Explain what’s a signal? Explain what do I use signals for?
What is union and structure in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
what is the role you expect in software industry?
What are header files why are they important?
Is c weakly typed?