Control Instructions in C
Control Instruction - used to sepcify the order in which the various instructions in a program are to be executed by the computer.
Control instructions decides the flow of control in a program.
There are four types of control instructions in C -
1. Sequence Control Instruction
2. Selection Control (Decision Control Instruction)
3. Repetition or Loop Control
4. Case Control Instruction
Last modified: Wednesday, 17 November 2021, 4:52 PM