Data Structure Linked list Question:

What is circular linked list?

Tweet Share WhatsApp

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 PDF Read All 22 Linked list Questions
Previous QuestionNext Question
How to reverse singly link list?Explain circular linked list?