datatype is a classification describing the type of the data. Eg:- Datatypes like float specifies the data to be floating point number, integer specifies the data to be a real number.
It also specifies the possible values, default values, operations that can be carried on them.