Computer Science, asked by akankshamourya1309, 1 month ago

A is a variable that control and count the iteration of a loop in a program.​

Answers

Answered by Anonymous
0

 \sf{Answer}

  • 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.

 \sf{Answer\:by\:UnicornRahuL}

Similar questions