Introduction
Learn how C programs execute statements in a sequential manner.
We'll cover the following...
Control instructions
In a C program, the execution sequence is governed by the type of control instruction used. There are four types of instructions:
- Sequence Control Instruction
- Selection Control Instruction
- Repetition Control Instruction
- Case Control Instruction
Unless explicitly mentioned, instructions in a C program are executed one after the other, in a sequential manner.
Access this course and 1400+ top-rated courses and projects.