Programming Concepts

Select the correct name for: a variable that stores the memory address of another variable.

Correct answer

D. Pointer

Explanation

Pointer refers to a variable that stores the memory address of another variable.