In the C programming language, data types refers to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage.
C compiler supports 5 fundamental data types int (integer),float (floating point) , double (double precision floating point) , char (character) , void .