Data Structure Linked list Question:
Download Job Interview Questions and Answers PDF
Tell me about circular linked list?
Answer:
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.
Download Linked list Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain reverse a linked list recursive Java solution? | What is linked list? |