There are five basic Data types in C. These are :
? void : means nothing i.e. no data involvement in an action
? char : to work with all types of characters used in computer operations
? int : to work with an integer type of data in any computational work
? float : to work with the real type of data or scientific numbers in the exponential form
? double : to work with double precision of numbers when the approximation is very crucial.