C Programming Sizeof Keyword 2 Online Exam Quiz

C Programming Sizeof Keyword 2 GK Quiz. Question and Answers related to C Programming Sizeof Keyword 2. MCQ (Multiple Choice Questions with answers about C Programming Sizeof Keyword 2

Which of the following cannot be used inside sizeof?

Options

A : pointers

B : functions

C : macro definition

D : none of the mentioned

View Answer

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

View Answer

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