define term data type.
Answers
Answered by
5
Answer:
A particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.
Answered by
1
In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. ... This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored.
Similar questions