This document discusses C programming loops and provides examples of programs using for, while, do-while, and nested loops. It includes the theory, syntax, flowcharts, algorithms, and programs for each type of loop. Several programs are provided as examples, such as one to display characters and their ASCII values using a for loop, one to calculate the factorial of a number using a while loop, one to find the Fibonacci series using a do-while loop, and one to find prime numbers using a nested loop. Students are provided learning objectives for each example to learn how to write the loop syntax, draw flowcharts, write algorithms, and implement the programs using the specified loop type.