Multiple Choice
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 current iteration of the body of the loop in which they're embedded.
C) break statements exit from the loop in which they're embedded.
D) continue and break statements may be embedded only within repetition statements.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following is a poor
Q7: Which of the following is not one
Q10: The _, _ and _ are the
Q11: Variables are also known as:<br>A) lvalues, but
Q17: The expression if (num != 65) cannot
Q18: Of the following, which is not a
Q22: Which of the following is false?<br>A) The
Q23: An operator that associates from right to
Q26: The OR (||) operator:<br>A) Has higher precedence
Q30: If a variable is declared in the