In a for loop, how many times does the continuation condition run?
Select one:
- a. Exactly once.
- b. At least once, at the end of each iteration.
- c. Zero or more times, at the beginning of each iteration.
- d. At least once, at the beginning of each iteration.
- e. Zero or more times, at the end of each iteration .
The correct answer is: At least once, at the beginning of each iteration.