C++20 sections · 1024 units
Open in Course

Quiz: Skip iteration

Skip iteration

Check Your Understanding

What does continue do inside a loop?

  1. A.Exits the loop
  2. B.Restarts from the beginning
  3. C.Pauses the loop
  4. D.Skips to the next iteration
Start the roadmap to answer the quizzes and solve the challenges