Multiple Choice
If a do…while structure is used:
A) An infinite loop cannot take place.
B) Counter-controlled iteration is not possible.
C) The body of the loop will execute at least once.
D) An off-by-one error cannot occur.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which of the following is not one
Q17: The expression if (num != 65) cannot
Q18: Of the following, which is not a
Q19: Which of the following for headers is
Q20: Which of the following is a poor
Q22: Which of the following is false?<br>A) The
Q23: An operator that associates from right to
Q24: Which of the following is false?<br>A) There
Q25: Which of the following does counter-controlled iteration
Q26: The OR (||) operator:<br>A) Has higher precedence