

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is never possible in C when members are different in a structure and union? |
A. | sizeof(P) is greater than sizeof(Q) |
B. | sizeof(P) is less than sizeof(Q) |
C. | sizeof(P) is equal to sizeof(Q) |
D. | none of the mentionedView Answer |
Answer» E. | |