What is datatype? please
Answers
Answered by
1
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
Explanation:
data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers, floating-point numbers, characters and Booleans.
hope it helps :)
Similar questions