break Statement (C++)
The break statement ends execution of the nearest enclosing loop or conditional statement in which it appears. Control passes to the statement that follows the end of the ... The break statement is used with the conditional switch statement and with the d...