Vidyalelo
C Programming · Q72

Operators and Expressions

Programming · C Programming · question 72

Q72

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 greater than sizeof(Q)
B.
sizeof(P) is less than sizeof(Q)
C.
sizeof(P) is equal to sizeof(Q)
D.
none of the mentioned
Answer

Answer: Option D

Solution

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