write the use of break statement in c++
Answers
Answered by
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