
These are the common data types in C programming. Each type can hold values shown in the "range" column. Ints generally hold integer numbers, chars hold characters, and floats hold decimal numbers. Longs and Unsigned Ints hold integer numbers that are outside the range of ints.