data types

  • There are 3 types of data types in c
  1. Primitive or Fundamental

    There are 3 types of primitive or fundamental data type

    • Integral Type
      • int
      • char
    • Real Type
      • float
      • double
    • Void Type
      • void
  2. devived

    • array
    • pointer
    • function
  3. User Defined

    • staructure
    • union
    • enum
  • short is a qualifier and int is the data type.


©2023-2024 rculock.com