The statement to terminate the execute of looping structures is
a)stop b) break c)terminate d)exit
Answers
Answered by
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
Similar questions