1.

Which of the following statement stops the execution of loop with example​

Answer»

Answer:

mainly break STATEMENT STOPS the EXECUTION of loop... but the CONTINUE statement can be used with condition to stop the execution of current loop and start the execution of the next loop



Discussion

No Comment Found