In C++, a pointer is a variable that stores the:
Value of another variable
Size of another variable
Type of another variable
Memory address of another variable

Programming Languages Exercises are loading ...