Integral type
|
|
In computer science, a variable has integral type if the variable represents an integer. In the C programming language, the types represented by char, signed char, unsigned char, short, signed short, unsigned short, int, signed int, unsigned int, long, signed long, unsigned long, long long, signed long long, unsigned long long, _Bool, and their equivalents are integral types.
