C - Control Flow Constructions Questions and Answers
Practice ModeShowing 10 of 62 questions
Q11
The minimum number of times the while loop is executed is
Answer: Option A
Q12
The minimum number of times the do-while loop executed is
Answer: Option A
Q13
The minimum number of times the do-while loop executed is
Answer: Option B
Q14
The do-while loop is terminated when the conditional expression returns
Answer: Option A
Q15
Which conditional expression always returns false value ?
Answer: Option B
Q16
Which conditional expression always returns true value ?
Answer: Option A
Q17
What is (are) the statement(s) which results in infinite loop ?
Answer: Option D
Q18
In the following loop construct, which one is executed only one always.
for (expr1; expr2; expr 3) { ....}
Answer: Option A
Q19
Identify the wrong construct.
Answer: Option B
Q20
Infinite loop is
Answer: Option A