 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is a linked list? | 
| Answer» Linked list is a data structure in which each element is dynamically allocated and in which elements point to each other to define a linear relationship. | |