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 / pankaj khurana

size of a:: 4
size of 2.0::4

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1701


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

697


Tell me can the size of an array be declared at runtime?

601


How can I recover the file name given an open stream or file descriptor?

600


Linked lists -- can you tell me how to check whether a linked list is circular?

648






about c language

1608


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1788


What is a shell structure examples?

596


what is the different bitween abap and abap-hr?

1745


Function calling procedures? and their differences? Why should one go for Call by Reference?

639


What is function in c with example?

635


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1470


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2241


Describe the header file and its usage in c programming?

622


Can we initialize extern variable in c?

639