Answer Posted / Ramesh Chandra
A linked list is a linear data structure in which elements are stored in nodes. Each node contains a data part and a reference (or link) to the next node, forming a chain-like structure. On the other hand, an array is a collection of elements identified by array index or key sequence. Elements in an array are stored contiguously in memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers