pointer to a pointer
A pointer to a pointer is a variable that stores the memory address of another pointer instead of directly storing the address of a regular variable or object.
Requires login.
Related Concepts (1)
Similar Concepts
- array of pointers
- dangling pointers
- double pointers
- function pointer manipulation
- function pointers
- invalid pointer
- pointer dereference attacks
- pointer dereferencing
- pointer to a constant
- pointer to a function
- pointer to a structure
- pointer to a union
- pointers
- pointers and references
- pointers in recursion