Name an advantage of linked list over array?
Answer Posted / manoj kumar jha
1. Array size is fix and cannot change at run time,But in
link list we can create memory accoring to requirement.
2. In array we define but at the run time it is not used so
in that case memory is waste.
| Is This Answer Correct ? | 44 Yes | 3 No |
Post New Answer View All Answers
Get me a number puzzle game-program
What type of loop is a for loop?
What does it mean when someone says I oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is difference between inheritance and polymorphism?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is polymorphism give a real life example?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why is oop better than procedural?
Is oop better than procedural?
What is abstraction in oops with example?
How do you answer polymorphism?
what are the realtime excercises in C++?
Can you explain polymorphism?
What is pointer in oop?