Multiple Choice
Where is the continue statement NOT usually used?
A) while loops
B) for loops
C) switch structures
D) do...while loops
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: The above code is an example of
Q40: What is the final value of x
Q41: After a break statement executes, the program
Q42: EOF-controlled while loop is another name for
Q43: A loop that continues to execute endlessly
Q44: A counter-controlled loop is used when the
Q46: Because a do...while loop is a post-test
Q47: Like a do...while loop, the body of
Q49: If the while expression becomes false in
Q50: In the case of an infinite while