Computer Science, asked by swarajwaghere123, 3 months ago

_____statement is used to terminate for loop​

Answers

Answered by kapoorsania98
1

Answer:

the ans

Explanation:

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 krishmaviy
0

Answer:

break statement is used to teminate for loop

Similar questions