Course Content
C++ Introduction Video Course
What does a break statement do inside a loop?
Select the correct answer
Pauses the loop for a specific duration
Stops the execution of the loop and exits it
Skips the current iteration and continues to the next one
Nothing, it's used for readability
How can we improve it?
Thanks for your feedback!