What is an array of pointers?
In computer programming, an array of pointers is an indexed set of variables, where the variables are pointers (referencing a location in memory).
In computer programming, an array of pointers is an indexed set of variables, where the variables are pointers (referencing a location in memory).