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.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.