+ 1
Data type in programming language is a classification of data which tells the computer or compiler how programmer intends to use the data . programming languages Support various types of data for example :- integer , boolean , double , floot etc. type defines the operation that can be done on the data. for example if you want to take Numerical values from user then you use integer . :)