Name an advantage of array over linked list?
Answer Posted / jibran
in arrays direct access is possible where in linked list its not possible because all the time when we access an element we need pointers pointing to the memory location of that element...in short we can say that in linked list we are indirectly accessing the data but in arrays we are directly accessing the data...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is inheritance in oop?
#include
What is the use of oops?
How oops is better than procedural?
what's the basic's in dot net
What is interface in oop?
What is the types of inheritance?
What is a class oop?
What is constructor overloading in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Is html an oop?
Why is polymorphism important in oop?
class type to basic type conversion
What are the 4 pillars of oop?
What is class and object with example?