What is a Pointer in Programming? Pointer is a variable which stores the memory address of another variable as its value. The data stored in the memory address can be accessed or manipulated using pointers. Pointers allows low-level memory access, dynamic memory allocation, and many other functionality. Pointer in C: More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.