Which keyword is used to come out of a loop only for that iteration?a) breakb) continuec) returnd) none of the mentioned
Answers
Answered by
1
Answer:
Explanation:
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
mark me brainliest
Similar questions