What is the primary advantage of using a linked list?
Q1. What is the primary advantage of using a linked list?
Answer: Dynamic memory allocation
Explanation: Linked lists allow for dynamic memory allocation, as elements can be added or removed without requiring a fixed amount of contiguous memory.