Question

Which statement is generally false?
a) Statements preceding a for and statements in the body of a for should typically be merged into the for header.
b) Limit the size of control statement headers to a single line, if possible.
c) Initialization of a for loop control variable can occur before the for loop executes and not in the loop itself.
d) The increment portion of a for header can be a decrement.

Answer

This answer is hidden. It contains 3 characters.