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...

main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?

Answer Posted / niru

2 2 2
it returns the size of the int.
if the compiler is 32bit, size of the int=4
o/p: 4 4 4

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use namespace feature?

1121


how to write a c program to print list of fruits in alpabetical order?

2364


What is function what are the types of function?

1060


What is a shell structure examples?

1155


What is indirection?

1152


Explain what is the benefit of using an enum rather than a #define constant?

1278


what is the function of pragma directive in c?

1183


largest Of three Number using without if condition?

1675


What is array within structure?

1174


What is c language used for?

1033


What are the restrictions of a modulus operator?

1174


How to set file pointer to beginning c?

1252


Is that possible to store 32768 in an int data type variable?

1139


How does pointer work in c?

1200


Is fortran still used today?

1153