What is size of the object of following class (64 bit system) ?
class student {int roll no; char name[20]; staticint student no;};
1
20
2
22
3
24
4
28
What is size of the object of following class (64 bit system) ?
class student {int roll no; char name[20]; staticint student no;};