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

THE SIZE OF THE STRUCTURE WILL BE '5'

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the translation phases used in c language?

1174


What is the right way to use errno?

1119


What are keywords in c with examples?

1153


What is the difference between Printf(..) and sprint(...) ?

1639


Why is c not oop?

1038


Write a code of a general series where the next element is the sum of last k terms.

1094


explain how do you use macro?

1209


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1689


What is the use of structure padding in c?

1114


code for replace tabs with equivalent number of blanks

2216


Where register variables are stored in c?

1002


What is a string?

1171


What does sizeof function do?

1257


Explain what does the function toupper() do?

1136


What is a nested loop?

1182