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?
- A. Data type ✓
- B. Static typing
- C. Loop
- D. Function
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.