InterviewSolution
Saved Bookmarks
| 1. |
What Are Linked List ? |
|
Answer» Linked list is used for UTILIZE the MEMORY for STORAGE. In C, linked list are created using pointer where each node is CONNECTED with other nodes. Linked list is used for utilize the memory for storage. In C, linked list are created using pointer where each node is connected with other nodes. |
|