Name an advantage of array over linked list?
Answer Posted / p.madhupriya
arrays are static in nature, therefore all operations
like memory allocation occur at the time of compilation
only. So processor has to put less effort at its runtime .
linkedlist uses dynamic memory allocation
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is static in oop?
What is super in oop?
program for insertion ,deletion,sorting in double link list
Is oop better than procedural?
What is the main purpose of inheritance law?
What is difference between abstraction and encapsulation?
How do you answer polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is difference between inheritance and polymorphism?
What is object-oriented programming? Webopedia definition
Whats oop mean?
What is the oops and benefits of oops programming?
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 is the difference between a mixin and inheritance?
How can you overcome the diamond problem in inheritance?