Programming Concepts

Which term refers to a named storage location in memory that holds a value which can change during program execution?

Correct answer

D. Variable

Explanation

Variable refers to a named storage location in memory that holds a value which can change during program execution.