Programming Concepts

What is the function or purpose of Data type?

Correct answer

C. A classification that specifies what kind of value a variable can hold, such as integer or string.

Explanation

Data type refers to a classification that specifies what kind of value a variable can hold, such as integer or string.