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


Please Help Members By Posting Answers For Below Questions

Which language is not a true object oriented programming language?

883


What is oops?what is its use in software engineering?

769


Why oops is important?

797


What are two types of polymorphism?

814


What is abstraction in oops with example?

1011


What is abstraction example?

841


What is polymorphism in oop example?

750


What do you mean by variable?

770


What is polymorphism and types?

852


What are the advantages of polymorphism?

772


Get me a number puzzle game-program

1941


What are the three parts of a simple empty class?

1775


Whats oop mean?

793


Why multiple inheritance is not possible?

805


Can a varargs method be overloaded?

823