Multiple choice

A pointer is a variable for storing

  1. integer values

  2. address of another variable

  3. its own address

  4. none of the above

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

A pointer is a variable that holds the memory address of another variable, rather than holding a direct data value like an integer or float.