C

The different data types can be placed into 4 different type categories:

BASIC

  • int
  • char
  • float
  • double

DERIVED

  • array
  • pointer
  • structure
  • union

ENUMERATION

  • enum

VOID

  • void