C++ Pointers Quiz - Question 1

Last Updated :
Discuss
Comments

What is a pointer in C++?

A variable that stores a data type

A function that points to a variable

A variable that stores the memory address of another variable

A reference variable

Share your thoughts in the comments
Article Tags :