Question

If a dowhile statement is used,
(a) an infinite loop will not take place
(b) the counter must be preincremented if it's also the condition
(c) the body of the loop will execute at least once
(d) an off-by-one error will not occur

Answer

This answer is hidden. It contains 3 characters.