Computer Science, asked by muhtasimshoumik0, 8 days ago

An array is one type of pointer -justify the statement with example.

Answers

Answered by Anonymous
1

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.

Answered by saloni7432
4

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