Computer Science, asked by hehehheeh2, 1 year ago

what do you mean by break statement​

Answers

Answered by aadil1290
0

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)

Answered by VIVEKPARIDA
8

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....

Similar questions