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

What is the difference in size of this two clasees?
Class A
{
int a;
char c;
float f;
}
Class B
{
float f;
char c;
int a;
}

Answer Posted / nisha

no difference

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are proxy objects in c++?

1233


If there are two catch statements, one for base and one for derived, which should come first?

1078


Can a program run without main?

1328


What is runtime errors c++?

1168


Which function should be used to free the memory allocated by calloc()?

1065


Are there any special rules about inlining?

1129


What is the difference between #define debug 0 and #undef debug?

1234


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

1229


What is polymorphism in c++? Explain with an example?

1102


What is purpose of abstract class?

1127


What is doubly linked list in c++?

1126


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

1325


How does work in c++?

1131


Is c better than c++?

1133


What is the difference between a pointer and a link in c ++?

1108