Multiple choice A pointer enables us to access a variable that is defined inside the function outside the function within the function none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation Pointers allow functions to modify variables defined outside their local scope by passing the memory address of those variables.