Question

What is produced by a for statement with a correct body and with the following header
for (i = 20; i >= 2; i += 2)
a) a syntax error
b) a divide-by-zero error
c) an infinite loop
d) the even values of i from 20 down to 2.

Answer

This answer is hidden. It contains 3 characters.