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.