

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is never possible in C when members in a structure are same as that in a union?
|
A. | sizeof(P) is less than to sizeof(Q) |
B. | sizeof(P) is greater than sizeof(Q) |
C. | sizeof(P) is equal to sizeof(Q) |
D. | All of above |
E. | None of these |
Answer» B. sizeof(P) is greater than sizeof(Q) | |