Page 1 of 1

Which among the following statement is right?

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
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 *)
d) the order Depends on the compiler