Which term refers to a named storage location in memory that holds a value which can change during program execution?
- A. Array
- B. Conditional statement
- C. Pointer
- D. Variable ✓
Correct answer
D. Variable
Explanation
Variable refers to a named storage location in memory that holds a value which can change during program execution.