Name an advantage of array over linked list?
Answer Posted / eren tsanglao
Array can be access randomly and it can even access the
middle element by just the array name with the
subscript,eg, a[5].The elemente are allocated a contagious
memory.Whereas in linked list more space is required for
the pointer and the information.Accessing elements in
linked list is sequential.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What is property in oops?
What is the difference between procedural programming and oops?
hi all..i want to know oops concepts clearly can any1 explain??
Explain the concepts involved in Object Oriented programming.
What are properties in oop?
What are benefits of oop?
What is difference between data abstraction and encapsulation?
What is ambiguity in inheritance?
What is super in oop?
What is inheritance write a program to show use of inheritance?
What are the 3 principles of oop?
What is the renewal class?
What is encapsulation with real life example?
When not to use object oriented programming?
What is abstract class in oop?