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


Please Help Members By Posting Answers For Below Questions

What are lookup tables in c?

552


Write a program to swap two numbers without using the third variable?

602


Can you please explain the difference between strcpy() and memcpy() function?

606


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1333


What are structure members?

601






Write a program in c to replace any vowel in a string with z?

699


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

598


What is pointer to pointer in c language?

600


Explain what is the advantage of a random access file?

670


What is data structure in c programming?

576


How many levels of indirection in pointers can you have in a single declaration?

598


What are the types of operators in c?

616


What does d mean?

589


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1415


What is LINKED LIST? How can you access the last element in a linked list?

636