Integer family : Integer Family « Data Type « C Tutorial






Integer data types are used for storing whole numbers and characters.

Integer family has

  1. char data type
  2. int data type
  3. short int data type
  4. long int data type
  1. They have the different amount of storage space.
  2. Each type has two variants, signed and unsigned.
2.7.Integer Family
2.7.1.Integer family
2.7.2.Float family (real numbers with decimal points)
2.7.3.Integer data type storage allocations
2.7.4.Using the integer conversion specifiers
2.7.5.Printing an unsigned integer in bits