C++20 sections · 1024 units
Open in CourseQuiz: Skip iteration
Skip iteration
Check Your Understanding
What does continue do inside a loop?
- A.Exits the loop
- B.Restarts from the beginning
- C.Pauses the loop
- D.Skips to the next iteration
Skip iteration
What does continue do inside a loop?