This document provides an introduction to the C programming language. It discusses what a programming language is and defines C as a high-level, general-purpose language developed in the 1970s. A simple "Hello World" program in C is presented and explained, including the header files, main function, print statement, and string constant used.