Multiple choice A pointer is a/an address of a varible indication of a variable variable which stores the address of another varible 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.