The size of below class as i think it should be 6 but the compiler show it's 8.
Anybody please explain why it is 8 instaed 6. Thanks
class Size{
int a;
char b;
char c;
};
The size of below class as i think it should be 6 but the compiler show it's 8.
Anybody please explain why it is 8 instaed 6. Thanks
class Size{
int a;
char b;
char c;
};