The document describes various loop and decision making statements in C programming language. It explains the for, while, do-while loops and their syntax and provides simple code examples to illustrate their usage. It also covers if-else, nested if-else, switch decision statements and provides code snippets demonstrating these conditional statements. Finally, it briefly discusses the goto statement in C and provides a sample code using label and goto.