what is control variable?
Answers
Answered by
6
Answer:
A control variable in computer programming is a program variable that is used to regulate the flow of control of the program. In definite iteration, control variables are variables which are successively assigned (or bound to) values from a predetermined sequence of values.
Answered by
4
Answer:
It is a variable which sets a loop counter to an initial value to determine the number of repetition is known as control variable
Similar questions