Multiple Choice
Which of the following statements about the for statement is false?
A) The three expressions in the for statement are optional.
B) The initialization and increment expressions can be comma-separated lists.
C) You must declare the control variable before the for statement.
D) A for statement can always be used to replace a while statement, and vice versa.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Switch can be used to test:<br>A) int
Q4: Which of the following is a poor
Q5: Float and double variables should be used:<br>A)
Q7: Which of the following is not one
Q9: Which of the following is false?<br>A) break
Q10: The _, _ and _ are the
Q11: Variables are also known as:<br>A) lvalues, but
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