The document discusses various statements in the C programming language. It defines statement types such as selection/conditional statements (if-else, switch), iteration statements (for, while, do-while), jump statements (break, continue, goto, return), and label statements. It provides examples and explanations of each statement type, including nested if/else statements, the for loop variant forms, and when to use while, do-while, switch, and other statements. It also covers macros and functions in C with definitions and examples.