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