Integral Data Types Sample Clauses

Integral Data Types. The type char, short int, int, long int and the enumerated types comprise the integral data types. All but the enumerated types are available as unsigned types as well as signed by default. The type sizes and ranges are defined in Table 4-3. Note that long ints are stored in memory with the least significant word occupying the memory location with the smaller address.