Name an advantage of linked list over array?
Answer Posted / amandeep singh bhatia
In array we can directly access any element by index number
but in Linked list it is not possible,in linked list if we
want to access any element then we go from starting node.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is object in oop?
Why do we use polymorphism?
write a C++ program for booking using constructor and destructor.
What are the data types in oop?
Whats is abstraction in oops?
write string class as your own class in java without using any built-in function
What are properties in oop?
What is abstraction in oop with example?
Get me a number puzzle game-program
Why is object oriented programming so hard?
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 solid in oops?
What is the purpose of enum?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is a class in oop?