C Programming-Structure and Union Questions and Answers
Practice ModeShowing 10 of 29 questions
Q11
The changes made in the members of a structure are available in the calling function if
Answer: Option A
Q12
Identify the wrong statement.
Answer: Option D
Q13
Union is
Answer: Option A
Q14
The restriction with union is
Answer: Option B
Q15
Union differs from structure in the following way
Answer: Option B
Q16
Identify the correct statement
Answer: Option C
Q17
What is not possible with union ?
Answer: Option D
Q18
Structure is used to implement the data structure.
Answer: Option D
Q19
The nodes in a linked list are implemented using
Answer: Option A
Q20
Identify the wrong statement.
Answer: Option C