InterviewSolution
Saved Bookmarks
| 1. |
Name the variable which is used to control the flow of a program |
|
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.Explanation: |
|