C Pointer - C programming (MCQ) questions for Q. 27532
Q. Which among the following is right?- Published on 26 Feb 17a. 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
ANSWER: sizeof(struct stemp*) = sizeof(union utemp*) = sizeof(char *)