Computer Science, asked by shubham101299, 1 month ago

Q1 With help of a program discuss Array of Pointers.​

Answers

Answered by suyash9349
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