Name an advantage of linked list over array?
Answer Posted / amarpreet
getting an element from array is easybut from linked list
it is difficult because you have to search from start node
and traverse through each and every node
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What is polymorphism in oop example?
What is the advantage of oop over procedural language?
What is variable example?
What is abstraction and encapsulation?
What is static modifier?
What is the benefit of oop?
Why do we use encapsulation in oops?
Can a varargs method be overloaded?
What are benefits of oop?
What does no cap mean?
Why do we use polymorphism?
What is use of overloading?
What is abstraction oop?
What is the renewal class?
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.