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