Programming Concepts

Which of the following best names the concept in which a classification that specifies what kind of value a variable can hold, such as integer or string?

Correct answer

A. Data type

Explanation

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