This document contains 27 C programming examples covering basic concepts like input/output, arithmetic operations, conditional statements, loops, functions, data types, arrays, strings, pointers, structures and file handling. Some key programs include:
1. A program to add two integers by taking input from the user and printing the sum.
2. Programs to check if a number is even or odd, find the largest of three numbers, calculate factorials and check if a year is a leap year.
3. Functions to reverse a number, check if a number is a palindrome, and find prime numbers.
4. A calculator program using switch case and programs to print patterns like pyramids and Fibonacci sequences.