All Online Learning

C Programming

Data Type

Data type defines type of the value of variables used in c program.

Primary Data Type User defined Data Type Derived Data Type
char
  • signed char
  • unsigned char
  • float
  • float
  • double
  • long double
  • int
  • int
  • long int
  • unsigned long int
  • long long int
  • unsigned long long int
  • short int
  • unsigned short int
  • void
  • enum
  • typedef
  • pointer
  • array
  • structure
  • union
  • Topic View/Download
    Notes on Data type View

    www.allonlinelearning.com