C - Control Flow Constructions Questions and Answers
Practice ModeShowing 10 of 62 questions
Q21
What is tthe value of x in the expression x = (a = 10, a*a) ?
Answer: Option D
Q22
Comma is used as
Answer: Option B
Q23
What is the result of a multiple expression separated by commas ?
Answer: Option B
Q24
Which is the correct statement ?
Answer: Option C
Q25
The break statement is used to
Answer: Option B
Q26
The continue statement is used to
Answer: Option A
Q27
The continue statement is used in
Answer: Option B
Q28
The break statement is used in
Answer: Option C
Q29
If break statement is omitted in each case statement
Answer: Option B
Q30
If default statement is omitted and there is no match with case labels
Answer: Option A