Answer Posted / shyamu sharma
Linked List is dynamic, Array is static.
Searching : Fast in Linked List, Slow in Array.
Array is fixed length, Linked List Unlimited till Memory end.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Which operations are permitted on pointers?
What are advantages of using friend classes?
What are the three forms of cin.get() and what are their differences?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Should I learn c++ c?
Why null pointer is used?
What are the differences between java and c++?
What is the basic concept of c++?
What are multiple inheritances (virtual inheritance)?
Is nan a c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is oop in c++?
What new()is different from malloc()?
What is the difference between #import and #include in c++?
Write about all the implicit member functions of a class?