Computer Science, asked by anshu5268p, 1 year ago

explain data type view????????​

Answers

Answered by Anonymous
1

Answer:

Explanation:

A data type is a type of data. Of course, that is rather circular definition, and also not very helpful. Therefore, a better definition of a data type is a data storage format that can contain a specific type or range of values.

Answered by Anonymous
1

Explanation:

A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error. A string, for example, is a data type that is used to classify text and an integer is a data type used to classify whole numbers.

Similar questions