C is a programming language developed in 1972 by Dennis Ritchie at Bell Labs. It became popular due to its reliability, simplicity, and ease of use. The document discusses the basics of C, including its alphabets, digits, and special symbols. It describes the different types of constants in C, such as integer, real, and character constants, and provides rules for constructing each type. It also discusses variables in C and rules for constructing variable names. Finally, it lists the 32 keywords that are reserved words in the C language.