Vidyalelo
C Programming · Q85

Operators and Expressions

Programming · C Programming · question 85

Q85

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)
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board