Name an advantage of linked list over array?
Answer Posted / dinesh kumar thakur jalandhar
------> in case of linklist no continuous memeory is
required .but in case of array there is of need continuous
memory block , mean to say if we have enough free memory but
is not in continuous block than we can not use it in case of
array .
but same memery can be used in case of linklist.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the difference between procedural programming and oops?
State what is encapsulation and friend function?
What is difference between multiple inheritance and multilevel inheritance?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Which is not an object oriented programming language?
officer say me - i am offered to a smoking , then what can you say
write knight tour problem which is present in datastructure
Why is abstraction used?
What is oops concept with example?
What are two types of polymorphism?
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?
How can you overcome the diamond problem in inheritance?
Why is object oriented programming so hard?
What is the highest level of cohesion?
Where You Can Use Interface in your Project