C++20 sections · 1024 units
Open in Course

Quiz: Loop exit

Loop exit

Check Your Understanding

What does break do inside a loop?

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