A continue statement causes execution to skip to

  1. the next iteration of the loop

  2. the first statement after the loop

  3. the statement following the continue statement

  4. the return 0; statement


Correct Option: A

Find more quizzes: