Name an advantage of array over linked list?

Answer Posted / anu

I think linked list is better when compared to arrays
because size of array is restricted to
declaration.Insertion/Deletion of values in middle of array
is not possible.

Is This Answer Correct ?    68 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are two types of polymorphism?

822


What does I oop mean?

856


Why polymorphism is used in oops?

806


What does oop mean in snapchat?

941


What is encapsulation in oop?

804


What are oops functions?

794


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2003


What does it mean when someone says I oop?

829


What do you mean by variable?

777


What is pure oop?

870


What is the difference between a mixin and inheritance?

763


What makes a language oop?

837


Can we override main method?

853


What is abstraction with example?

843


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?

1828