In which loop, the loop body executes at least once?

(A) for loop
(B) while loop
(C) do-while loop
(D) none of these

The answer is: (C) do-while loop