array of pointers

An "array of pointers" refers to a data structure that stores multiple memory addresses of other variables. Each element of the array is a pointer, which acts as a reference to the location in memory where another variable is stored.

Requires login.