The document discusses various control statements in C programming like if-else, switch case, for, while, do-while loops and their usage. It explains conditional execution, selection and looping. Examples are given to demonstrate the use of different control statements to check conditions, repeat operations and alter the flow of program execution.