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

whats the size of class EXP on 32 bit processor?
class EXP
{
char c1;
char c2;
int i1;
int i2;
char *ptr;
static int mem;
};

Answer Posted / sxx010100

20 bytes is right, but static is in data segment portion od
memory, not the heap.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is map sorted c++?

1050


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

1127


What is the purpose of extern storage specifier?

1254


What is flag in computer?

1117


Why is c++ still popular?

1097


What are the data types in c++?

987


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

1111


Differentiate between a constructor and a method in C++.

1116


What is the use of structure in c++?

1081


Can circle be called an ellipse?

1136


What is operator overloading in c++ example?

1179


What is stoi in c++?

1231


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

1150


What do you mean by delegate? Can a user retain delegates?

995


Differences between private, protected and public and give examples.

1120