What are datatypes?
Answers
Answered by
5
Explanation:
A data type is a type of data. ... Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats.
Answered by
2
Answer:
A particular kind of data item, as defined by the value it can take, the programming language used, or the operation that can be performed on it.
Similar questions