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 multilevel inheritance in oop?
Which method cannot be overridden?
Why do we use class?
How to improve object oriented design skills?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What does and I oop mean in text?
How do you define social class?
can inline function declare in private part of class?
Can we have inheritance without polymorphism?
Is html an oop?
What are classes oop?
What is abstraction in oop with example?
What is a superclass in oop?
Which language is pure oop?
What is polymorphism oop?