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 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.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Switch can be used to test:<br>A) int
Q4: Which of the following for headers produces
Q5: Float and double variables should be used:<br>A)
Q6: Which of the following is false?<br>A) The
Q7: An example of a unary operator is:<br>A)
Q9: The _, _ and _ are the
Q10: Which of the following is not one
Q11: Variables are also known as:<br>A) lvalues, but
Q12: In a switch statement:<br>A) A break is
Q13: Consider the following code, assuming that x