Question

What happens if the loop-continuation test is omitted in a for-statement?
a) C assumes the condition is false, so the loop terminates.
b) A syntax error occurs.
c) C assumes the condition is true, so the loop executes one more time, then terminates.
d) An infinite loop.

Answer

This answer is hidden. It contains 3 characters.