-
Which among the following statement is right?
-
- The order Depends on the compiler
- sizeof(struct stemp*) > sizeof(union utemp*) > sizeof(char *)
- sizeof(struct stemp*) < sizeof(union utemp*) < sizeof(char *)
- sizeof(struct stemp*) = sizeof(union utemp*) = sizeof(char *)
- None of these
Correct Option: D
sizeof(struct stemp*) = sizeof(union utemp*) = sizeof(char *)