This document provides examples of C programming code to demonstrate basic concepts like input/output, arithmetic operations, conditional statements, and loops. It begins by explaining the basic structure of a C program with the #include statement, main function, and return value. Several examples are then given to illustrate how to write code to input and output values, perform calculations, check if a number is even or odd, and print a multiplication table for a given number using a for loop. Homework problems are assigned at the end to write programs to calculate rectangle dimensions, circle dimensions based on user input radius, and convert days into years, weeks and days.