In C++, what is a pointer?

1.8 In C++, what is a pointer?
A) A variable that points to memory-resident programs
B) A variable that stores the memory address
C) An indication for the variable to be accessed next
D) The datatype of an address variable


Leave a Reply