Answers

Question and Answer:

  Home  Linked list

⟩ What is circular linked list?

An array of pointers is an array consisting of pointers. Here, each pointer points to a row of the matrix or an element. E.g char *array [] = {“a”, “b”}. This is an array of pointers to to characters.

 131 views

More Questions for you: