This document contains 10 C programs that print various pyramid patterns. Each program includes the code to print a specific pattern, along with sample output. The patterns include numeric and alphabetic pyramids printed with spaces, numbers, letters or combinations. The programs use for loops and conditional statements like if-else to control the printing of characters or numbers to generate the different pyramid shapes.