Question

Which of the following is not specified by the following code segment:
for (c = 1; c <= 10; c++)
a) initial value of the loop counter
b) loop continuation test
c) increment of the loop counter
d) body statement of the loop

Answer

This answer is hidden. It contains 3 characters.