Computer Science, asked by Karan5736, 2 months ago

Description of break statement.
Don't spam please help it ok​

Answers

Answered by Anonymous
1

Answer:

The break in C or C++ is a loop control statement which is used to terminate the loop. As soon as the break statement is encountered from within a loop, the loop iterations stops there and control returns from the loop immediately to the first statement after the loop

Answered by Anonymous
3

Answer:

The break in C or C++ is a loop control statement which is used to terminate the loop. As soon as the break statement is encountered from within a loop, the loop iterations stops there and control returns from the loop immediately to the first statement after the loop

Similar questions