A. It exits the current loop and continues with the next iteration
B. It terminates the current loop and transfers control to the next statement after the loop
C. It skips the current iteration and moves to the next iteration
D. It repeats the current iteration
Correct Answer is :
B. It terminates the current loop and transfers control to the next statement after the loop