what do you mean by data types
Answers
Answered by
1
Answer:
A data type is a classification of data which tells the compiler or interpreter how the programmer intends to use the data.
Answered by
2
Answer:
A data 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, including integer, real, character or string, and Boolean.
Similar questions