Name an advantage of array over linked list?
Answer Posted / atul kumar gupta
1-:array is working the concept of sequential.but linked
list is not provid the go directaly access the any alement.
2-:linked list are very complicated comparing the array
becouse the consist the two part which frst part is contain
the item and second is contain address of next node,so that
these are complicated compare then array.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the advantage of oop over procedural language?
What is polymorphism in oop example?
Write a c++ program to display pass and fail for three student using static member function
What is the difference between procedural programming and oops?
Can we create object of abstract class?
What is destructor in oop?
What is constructor overloading in oop?
What is the difference between a mixin and inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is abstraction and encapsulation?
What is overloading and its types?
What does and I oop and sksksk mean?
What is for loop and its syntax?
what is graphics
What is encapsulation oop?