Examveda
Examveda

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 *)

D. the order Depends on the compiler

Answer: Option C


This Question Belongs to C Program >> Operators And Expressions

Join The Discussion

Related Questions on Operators and Expressions