Multiple choice

A pointer is a/an

  1. address of a varible

  2. indication of a variable

  3. variable which stores the address of another varible

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A pointer is a variable that stores the memory address of another variable, allowing for indirect access to data.