_____statement is used to terminate for loop
Answers
Answered by
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
0
Answer:
break statement is used to teminate for loop
Similar questions