Vidyalelo
C Programming · Q55

Operators and Expressions

Programming · C Programming · question 55

Q55

Which among the following statement is right?

A.
sizeof(struct stemp*) > sizeof(union utemp*) > sizeof(char *)
B.
sizeof(struct stemp*) < sizeof(union utemp*) < sizeof(char *)
C.
sizeof(struct stemp*) = sizeof(union utemp*) = sizeof(char *)
Answer
D.
the order Depends on the compiler

Answer: Option C

Solution

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