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

struct ptr
{
int a;
char b;
int *p;
}abc;
what is d sizeof structure without using "sizeof" operator??

Answer Posted / ryan

The size of the structure is 5 bytes

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2416


Can we compile a program without main() function?

1181


Explain c preprocessor?

1162


What are the c keywords?

1258


Explain what does the format %10.2 mean when included in a printf statement?

1414


What does the function toupper() do?

1194


What is && in c programming?

1227


please explain every phase in the "SDLC" in the dotnet.

2672


Explain is it better to bitshift a value than to multiply by 2?

1250


Difference between pass by reference and pass by value?

1214


the question is that what you have been doing all these periods (one year gap)

2140


what is the diffrenet bettwen HTTP and internet protocol

1884


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1445


What is local and global variable in c?

1255


Why clrscr is used after variable declaration?

1762