Why linked list are called dynamic memory allocating?
Answers
Answered by
0
Answer:
This means the length of array cannot be alerted at run time. While a link list is a dynamic data structure. In an array all the elements are kept at consecutive memory locations but still connected to each other.
Similar questions