Pointers

A pointer is a variable which stores the location of another variable so that the information in the second variable can be more easily accessed without moving the data. So a pointer is a shortcut to the information, allowing you to access it without actually holding the data. It seems a bit similar to a desktop shortcut.

Privacy & Terms