C Data Types.

  • Data Types in C, specifies the type of data that a variable can store like numeric or non numeric value storage.
  • C is a high-level language and you can use it to interact more directly with the computer's hardware and memory.
Data Type Size Example
char 1 byte 'A'
int 2 or 4 bytes 1
float 4 bytes 1.99
double 8 bytes 1.99