

MCQOPTIONS
Saved Bookmarks
1. |
What is size of the object of following class (64 bit system)?class student { int rollno; char name[20]; static int studentno; }; |
A. | 20 |
B. | 22 |
C. | 24 |
D. | 28 |
Answer» D. 28 | |