Course Content
History of C Language
0/2
Basic Structure of C Program
0/1
Types of Errors
0/1
Language Fundamentals
0/1
Data Types and Modifiers
0/1
Programming with C Language
About Lesson

Every line in the program has equal priority for its execution.  If nothing is specified as constraint all the lines in the program are read and execute top to bottom.  This is known as regular or normal flow of program execution.  Control statements are used to change the normal flow of program control.

3 types of control statements:

  1. Selection/decision/branch statements
  2. Loop/iteration/repetition statements
  3. Jump statements

You cannot copy content of this page