Data Type in C
Dr. Kumud Tripathi
, Data Types in C
● Each variable in C has an associated data type.
● Each data type requires different amounts of memory and has some
specific operations which can be performed over it.
● It specifies the type of data that the variable can store like integer,
character, floating, double, etc.
● The data type is a collection of data with values having fixed values,
meaning as well as its characteristics.