单项选择题
Which of the following statements about the continue statement is true? ( )
A.
The continue statement is used to exit a repetition structure early and continue execution after the loop.
B.
The continue statement is used to continue after a switch statement.
C.
The continue statement does not alter the flow of control.
D.
A continue statement proceeds with the next iteration of the immediately enclosing while, for, do…while statement.