Name an advantage of linked list over array?
Answer Posted / ritesh parkhi
array always contain static memory location even linklist
contain dynamic memory location.In once declaration of an
array we can store smae type of data but in linkedlist
hetrogeneous link list is possible which can be contain
diffrent diffrent types of data type in linkedlist.in link
list we are using void pointer.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
hi all..i want to know oops concepts clearly can any1 explain??
• What are the desirable attributes for memory managment?
what are the ways in which a constructors can be called?
What is a class in oop?
What is balance factor?
What is pointer in oop?
What is abstraction in oop?
how to get the oracle certification? send me the answer
what is different between oops and c++
What is overloading in oop?
What do you mean by overloading?
Give two or more real cenario of virtual function and vertual object
which feature are not hold visual basic of oop?
What is purpose of inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?