Toggle navigation
Aliensbrain
Home
Topics
Quizzes
Notebooks
Community
Sign in
programming languages Online Quiz - 325
What is the purpose of the break statement?...
What is the purpose of the break statement?
technology
programming languages
It jumps out of the loop back to the calling method.
It jumps out of the loop to the next statement after the loop.
It stops the execution of the program and of the virtual machine.
It stops the innermost iteration and continues with the next iteration of the loop.
Show answer
Correct Option:
B
Find more quizzes: