Name an advantage of array over linked list?
Answer Posted / amandeep singh bhatia
IN array we can directly access any element by index number
but in linked list if we want to access any element then we
have to go from starting and linearly we access that
element.
| Is This Answer Correct ? | 43 Yes | 11 No |
Post New Answer View All Answers
What is a null tree?
How Do you Code Composition and Aggregation in C++ ?
Can main method override?
What is difference between pop and oop?
What is abstraction example?
What is byval and byref? What are differences between them?
How can you overcome the diamond problem in inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What does it mean when someone says I oop?
What does and I oop mean in text?
What is an interface in oop?
Can a destructor be called directly?
How do you achieve runtime polymorphism?
Why do we need polymorphism in c#?
What is inheritance and how many types of inheritance?