Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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));}

Answers were Sorted based on User's Feedback



Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a..

Answer / guest

2 2

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More C Interview Questions

#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


What is union and structure in c?

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


How can I delete a file?

0 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is indirection?

0 Answers  


what is meant by flushll() in c programming?

1 Answers  


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


Is return a keyword in c?

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


Categories