Examveda
Examveda

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

A. sizeof(P) is greater than sizeof(Q)

B. sizeof(P) is equal to sizeof(Q)

C. sizeof(P) is less than to sizeof(Q)

D. none of the mentioned

Answer: Option C


This Question Belongs to C Program >> Operators And Expressions

Join The Discussion

Related Questions on Operators and Expressions