MCQ
Q.
A variable is called an _________ variable if its value is altered within the loop by a loop-invariant value.
Correct Answer: B
Induction analysis : A variable is called an induction variable if its value is altered within the loop by a loop-invariant value.