what do you mean by datatypes??
Answers
Answered by
3
Answer:
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. ... A data type constrains the values that an expression, such as a variable or a function, might take.
Answered by
4
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