Computer Science, asked by Suhab16281, 11 months ago

Which keyword is used to come out of a loop only for single iteration? a) break b) continue c) return d) none of the mentioned

Answers

Answered by aqibkincsem
9

Break keyword is used to come out of a loop only for a single iteration.


It is a loop control statement that is used to terminate the loop.


When we are not sure about the actual number of iterations for the loop or if we want to terminate the loop based on some condition.

Answered by danish44786
0

Answer:

Break

Explanation:

Similar questions