In A For Loop, How Many Times Does The Initialization Run?
- a. At least once, at the beginning of each iteration.
- b.At least once, at the end of each iteration.
- c.Exactly once.
- d.Zero or more times, at the beginning of each iteration.
- e.Zero or more times, at the end of each iteration.
The correct answer is c. Exactly once.