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 is constructor in oop?
Which language is pure oop?
What are the 5 oop principles?
What is encapsulation c#?
How do you achieve polymorphism?
What is the point of oop?
How many human genes are polymorphic?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What are two types of polymorphism?
What is new keyword in oops?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is polymorphism give a real life example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is polymorphism and types?