Q1 With help of a program discuss Array of Pointers.
Answers
Answered by
0
Answer:
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