The control statements enable us to specify the order in which the various instructions in a program are to be executed by the computer. They determine the flow of control in a program. There are 4 types of control statements in C. They are: a) Sequence control statements b) Decision control statements or conditional statement c) Case-control statements d) Repetition or loop control statements