Question: Which among the following statement is right?

Options

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

Click to view Correct Answer

Previous ||

C Programming Sizeof Keyword 2 more questions

What does 10 WT 13 mean?

Which of the following function(s) is/are used to get the....

Which operator is commonly used to find the size of....

Differential centrifugation relies on the differences in ______ of biological....

All pandas data structures are ___ mutable but not always....

Which of the following is the variable type defined in....

Histogram equalization or Histogram linearization is represented by of the....

Which method of clipping is based on duality?

Which of the following muscles have the longest refractive period?

Most of the cloud architectures are built on this type....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming Questions Macro Substitution

C Programming Questions Static Variables

C Programming Random Number Generation 1

C Programming Self Referential Structures 1

C Programming Sizeof Keyword 1

C Programming Storage Management 1

C Programming String Operations

C Programming Ungetc 2

C Programming Variable Length Argument

C Programming Variable Names 1