Question

A programmer intentionally creates a for-loop with the following for header:
for (; ;)
The programmer's intent was most likely to create
a) a syntax error
b) an infinite loop
c) a logic error
d) a divide-by-zero error

Answer

This answer is hidden. It contains 3 characters.