Computer Science, asked by ksajaykrishna2427, 2 months ago

explain break statement​

Answers

Answered by casimf
3

Answer:

The break statement terminates the execution of the nearest enclosing do , for , switch , or while statement in which it appears. Control passes to the statement that follows the terminated statement.

Explanation:

Answered by prekshaaora
1

Explanation:

The break statement terminates the execution of the nearest enclosing do , for , switch , or while statement in which it appears. Control passes to the statement that follows the terminated statement.

Similar questions