This document provides examples of if, if else, nested if else, and else if statements in C programming. It also includes an example of a switch statement. Each code example is accompanied by its output to demonstrate the logic and flow of each conditional statement type. The examples cover basic conditional checks, nested conditionals, and using else if versus multiple if statements.