Computer Science, asked by husing669, 6 months ago

write the use of break statement in c++​

Answers

Answered by kunalkale012
0

Answer:

to terminate loop immediately break statement is used and program control resumes at the next statement following the loop.

It can be used to terminate a case in the switch statement used

Similar questions