Question

Which statement regarding for statements is false?
a) In a for statement, the initialization, loop-continuation condition, and increment can contain arithmetic expressions.
b) The increment must be greater than zero.
c) If the loop-continuation condition is initially false, the body of the loop is not performed.
d) It is common to use the control variable for controlling iteration while never mentioning it in the body of the loop.

Answer

This answer is hidden. It contains 3 characters.