The document discusses data types in C programming. It covers the basic data types like int, float, char, etc. It also discusses variables, constants, keywords, operators and functions in C. The document provides examples of integer, real and character constants. It explains variable naming rules and different data types supported in C like char, short, int, float, double etc along with their sizes and ranges. It also provides a simple "Hello World" example C program.