Computer Science, asked by rohitdhawale4592, 1 year ago

Which keyword is used to come out of a loop only for that iteration? Break continue return none of the mentioned

Answers

Answered by abhinavkashyap55
0

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.

Similar questions