This document contains 14 C program examples that print various pyramid patterns. The programs demonstrate basic C programming concepts like loops, conditional statements, functions and demonstrate printing patterns using characters, numbers or both. Each program includes the code, comments on purpose and author. The output displayed below each program code verifies the pattern printed. Overall the document serves as a learning resource for basic C programming and pattern printing techniques.