What is the difference in execution between the two following sections of code?
A) The loop in the first example will execute one more time than the second example.
B) The first example is an infinite loop.
C) Both loops are executed in an identical manner.
D) The loop in the first example will never be executed.
Correct Answer(s): C