The document provides information about control structures in the C programming language. It discusses various decision making statements like if-else, ladder if-else, and switch statements. It also covers different types of loops in C - while loop, do-while loop, for loop, and nesting of loops. Examples programs are given for each control structure to demonstrate their usage. The document is intended as a study material for a computer programming course.