A is a variable that control and count the iteration of a loop in a program.
Answers
Answered by
0
- A control variable for the loop is used (also called counter or indix of the loop) E.g., i. initialization of the control variable. E.g., int i = 1; increment (or decrement) of the control variable at each iteration.
Similar questions