Wtat is aray? Wltat is structure? What is pointer?
Answers
Answered by
0
Explanation:
In computer programming, an array of pointers is an indexed set of variables, where the variables are pointers (referencing a location in memory). Pointers are an important tool in computer science for creating, using, and destroying all types of data structures.
Similar questions