Computer Science, asked by meghavijay6555, 10 months ago

Why linked list are called dynamic memory allocating?

Answers

Answered by ksalma457
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