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
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what is graphics
What do you mean by overloading?
What are main features of oop?
What is static in oop?
What is encapsulation c#?
What is the difference between abstraction and polymorphism?
What is object and class in oops?
What is destructor give example?
What is class encapsulation?
What is difference between abstraction and encapsulation?
Can you explain polymorphism?
What is difference between oop and pop?
What is destructor example?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?