The document discusses control statements in C programming, including selection statements like if/else and switch, and iteration statements like for, while, and do-while loops. It provides the syntax and flowcharts to illustrate how each statement works. Examples are given to demonstrate their use in solving problems like finding the largest of three numbers or calculating the sum of digits in a number. Special control statements like break, continue, goto and common errors are also covered.