Question

Which of the following is false?
a. break and continue statements alter the flow of control.
b. continue statements skip the remaining statements in current iteration of the body of the loop in which they are embedded.
c. break statements exit from the loop in which they are embedded.
d. continue and break statements may be embedded only within iteration statements.

Answer

This answer is hidden. It contains 71 characters.