Name an advantage of linked list over array?
Answer Posted / satish kondapalli
computer memory is divided into blocks.each work use these
blocks in non-contigious manner.but array elements are
stored in continous memory allocation.this will adversely
affect unuse of the memory blocks.array searches for bigger
blocks it needed,so that many small nlocks of memory is
unused.the main advantage of linkedlist is it can use
non-continuous memory blocks,because of it has the relation
between the nodes,and this is main merit over array.
Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
What is oops?what is its use in software engineering?
Why oops is important?
What are two types of polymorphism?
What is abstraction in oops with example?
What is abstraction example?
What is polymorphism in oop example?
What do you mean by variable?
What is polymorphism and types?
What are the advantages of polymorphism?
Get me a number puzzle game-program
What are the three parts of a simple empty class?
Whats oop mean?
Why multiple inheritance is not possible?
Can a varargs method be overloaded?