1.

Which among the following is never possible in C when members are different in a structure and union?
//Let P be a structure
//Let Q be a union

A. sizeof(P) is equal to sizeof(Q)
B. sizeof(P) is greater than sizeof(Q)
C. sizeof(P) is less than sizeof(Q)
D. All of above
E. None of these
Answer» F.


Discussion

No Comment Found

Related MCQs