Multiple choice A pointer is a/an address of a varible indication of a variable variable which stores the address of another variable 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 indirect access to the data stored at that address.