Computer Science, asked by hulk8735, 9 months ago

What is the work of break keyword

Answers

Answered by nausheenunissa740
1

Answer:

hsjgdgskoskavhsnsnsbshbdbhxjxhx c

Answered by mahisaboor3
2

Answer:

When a break statement is encountered inside a loop, the loop is immediately terminated and the program control resumes at the next statement following the loop. It can be used to terminate a case in the switch statement (covered in the next chapter).

Similar questions