Which statement correctly explains Pointer?
- A. A variable that stores the memory address of another variable. ✓
- B. A control structure that executes different code blocks depending on whether a condition is true or false.
- C. A programming mechanism used to detect and respond to runtime errors gracefully.
- D. The region of a program where a declared variable can be accessed.
Correct answer
A. A variable that stores the memory address of another variable.
Explanation
Pointer refers to a variable that stores the memory address of another variable.