The document discusses various control statements in C programming language including if-else statements, switch statements, loops (while, do-while, for loops), and jump statements like break, continue, and goto. It provides examples of each statement type and explains their usage and flow. Key control statements covered are if-else, switch, while, do-while, for loops, and how to exit or continue within loops using break, continue and goto statements.