Which of the following is true for break and continue statements.

1.3 Which of the following is true for break and continue statements.
A) break transfers control out of loop, continue bypasses the remaining statements of loop.
B) break bypasses the remaining statements of loop, continue transfers control out of loop
C) both have same function
D) none of the above


Leave a Reply