Programming Concepts

What does Variable refer to?

Correct answer

D. A named storage location in memory that holds a value which can change during program execution.

Explanation

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