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
What does #define mean in c++?
Why is c++ still best?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Is c++ low level?
Mention the ways in which parameterized can be invoked.
How can you quickly find the number of elements stored in a static array?
Why do we need constructors in c++?
What is c++ code?
Does c++ have foreach?
What do you mean by late binding?
Explain what are the sizes and ranges of the basic c++ data types?
Why c++ is so important?
What is protected inheritance?
What are destructors?
Is multimap sorted c++?