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.

d) An infinite loop.

Computer Science & Information Technology

You might also like to view...

When editing a hyperlink, it is enclosed in ________, which Access uses to activate the link when clicked

A) quotation marks (") B) asterisks (*) C) ampersands (&) D) pound signs (#)

Computer Science & Information Technology

A(n) ____ language uses short op codes as keywords.

A. assembly B. object C. machine D. runtime

Computer Science & Information Technology