What is the concept of data type ?with reference to this, explain the usage of built in data type and users defined data type
Answers
Answered by
4
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.
In computer science and computer programming, a data type or simply type is a classification of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support various types of data, for example: ... This data type defines the operations that can be done on the data
Similar questions