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

What is a nested formula?

1149


Why do we need a structure?

1037


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2811


Can two or more operators such as and be combined in a single line of program code?

1368


Can we compile a program without main() function?

1120


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1293


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1362


Why can arithmetic operations not be performed on void pointers?

1042


What is the default value of local and global variables in c?

1039


Differentiate between a structure and a union.

1288


How can I find the modification date and time of a file?

1083


Can you write the function prototype, definition and mention the other requirements.

1131


What is a header file?

1078


How can a string be converted to a number?

1019


Explain the use of keyword 'register' with respect to variables.

1036