Which among the following is never possible in C when members in a structure are the same as that in a union?
Posted: Wed Jul 13, 2022 7:55 pm
//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
//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