Computer Science, asked by deepachettri586, 6 months ago

the variable that increase or decrease its value in a loop is known as​

Answers

Answered by dhruv1678
8

Answer:

An induction variable is a variable that gets increased or decreased by a fixed amount on every iteration of a loop [Aho 1986]. Furthermore, the change to the variable must occur directly in the loop body (rather than inside a function executed within the loop

Similar questions