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


Please Help Members By Posting Answers For Below Questions

What is merge sort in c?

649


What is the use of pragma in embedded c?

594


What are operators in c?

586


what are the 10 different models of writing an addition program in C language?

1443


Is c is a middle level language?

600






What is the use of header files?

610


What is #ifdef ? What is its application?

651


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1719


Why c is called a middle level language?

636


why do some people write if(0 == x) instead of if(x == 0)?

657


How can I send mail from within a c program?

583


What are called c variables?

576


What is #include conio h?

598


What is c programing language?

617


What the advantages of using Unions?

677