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 the body of the loop in which they are embedded.
(c) break statements exit from the loop in which they are embedded.
(d) a continue statement can never appear in the else part of an if statement.

Answer

This answer is hidden. It contains 3 characters.