The document discusses various conditional statements in C language including if, if-else, nested if-else, ladder else-if, switch case statements. It provides syntax and examples to check eligibility, find the greatest among numbers, print day name from number. Goto statement is also covered which is used to directly jump to a label in a program. Break and continue statements help control loop execution.