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

Answer Posted / guest

2 2

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the function toupper() do?

1194


Can the sizeof operator be used to tell the size of an array passed to a function?

1177


What does volatile do?

1039


Can we assign string to char pointer?

1183


What is the use of volatile?

1152


What are pointers? Why are they used?

1248


What is the concatenation operator?

1210


Why is extern used in c?

1149


How are Structure passing and returning implemented by the complier?

1227


How many bytes is a struct in c?

1217


Explain what is the general form of a c program?

1147


What is the total generic pointer type?

1213


while initialization of array why we use a[][2] why not a[2][]...?

2404


Is c easier than java?

1124


Which function in C can be used to append a string to another string?

1274