This document provides an introduction to constants and variables in the C programming language. It discusses C's character set including letters, digits, special characters, and white spaces. It also covers C tokens, keywords and identifiers. The document defines different types of constants in C like numeric constants (integer and real), character constants, string constants, and backslash character constants. It describes variables in C including rules for defining variables. It provides examples of declaring and assigning values to variables. The overall summary is that this document serves as an introductory lesson on the basic building blocks of constants and variables used in the C programming language.