A variable that stores the memory address of another variable, allowing for indirect manipulation of that variable's value.
"Pointers are a powerful feature in languages like C and C++, enabling dynamic memory management and the creation of complex data structures like linked lists."