DATATYPES IN C

The data type specifies the size and type of information the variable will store.

 

Integer

ex   1,2,4,1000

 

Character

 

 

 

ex    a,s,f,t,u

 

Float

ex      1.1 ,2.34,5.05

 

Boolean

 

 

ex    true  ,    false

 

is(i=0)    false

is(1=1)    true