Multiple choice A pointer is a variable for storing integer values address of another variable its own address 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.