Data Types in C


Data Types in C :

There are 5 atomic data types in C :
  • ·      Character
  • ·      Integer
  • ·      Floating-point
  • ·      Double floating-point
  • ·      Valueless(void)

Data types supported by C may be broadly classified in to
  • ·      Simple, primitive or atomic data.
  • ·      Compound , structured or derived data.


An atomic data is a fundamental unit of information which cannot be broken down in to constituent parts.
Whereas a derived data item is made up of one or more simple data items.


Simple
integer
Character
Float
double
Compound
Arrays
Structure
Union
bitfields

The below image shows the basic data types



Thank you ....

Popular Posts