The Free On-line Dictionary of Computing (30 December 2018):
break statementA statement in the C programming language that transfers control out of the innermost enclosing switch, while, do, or for statement. The statement also exists in languages derived from C, such as C++ and Java. (2004-03-24)