break statement

break statement

(programming)A statement in the C programming languagethat transfers control out of the innermost enclosingswitch, while, do, or for statement. The statementalso exists in languages derived from C, such as C++ andJava.