Question

Which statement about a correct for statement with an initialization expression, a loop-continuation test, an increment expression and a loop body is false?
a) The initialization expression is executed only once.
b) The loop-continuation test is evaluated each time through the loop.
c) The initialization is performed each time through the loop.
d) The increment expression is performed after the loop body.

Answer

This answer is hidden. It contains 3 characters.