Only array can use linked memory ?
when we add an element in the list the the size of list is increase or the last element is removed automatically by adding new element?
when we add an element in the list the the size of list is increase or the last element is removed automatically by adding new element?
Linked memory is a way of implementing the List. Array implementation is the other method of implementing List. So linked memory is use by List.
When we add a new element to the list, the size of the list is increased (another memory location is linked to it), last element is not removed by adding new element.
When we add a new element to the list, the size of the list is increased (another memory location is linked to it), last element is not removed by adding new element.
Only Array can use linked memory ?
Reviewed by MCH
on
December 21, 2012
Rating:
No comments: