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

Which uses less memory?
a)
struct astruct
{
int x;
float y;
int v;
};

b)
union aunion
{
int x;
float v;
};

c)
char array[10];

Answer Posted / guest

Ans is B)

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you overload the operator+ for short integers?

1086


Can create new c++ operators?

1066


what is data encapsulation in C++?

1125


Mention the ways in which parameterized can be invoked.

969


What is microsoft c++ redistributable?

1146


Can char be a number c++?

1101


What is a float in c++?

1028


What can I safely assume about the initial values of variables which are not explicitly initialized?

1113


What are friend classes?

1119


How does com provide language transparency?

1058


How the delete operator differs from the delete[]operator?

1144


What is the basic difference between C and C++?

1231


What is the prototype of printf function?

1234


What is the full form of dos?

1244


What are friend classes? What are advantages of using friend classes?

1139