C++

C++ break Statement

break
Using break we can leave a loop even if the condition for its end is not fulfilled. It can be used to end an infinite loop, or to force it to end before its natural end. For example, we are going to stop the count down before it naturally finishes (an engine failure maybe):

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.