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 is istream c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How would perform Pattern Matching in C++?
Is java easier than c++?
Which function should be used to free the memory allocated by calloc()?
What are c++ tokens?
Do you know what is overriding?
What are friend classes?
Define a pdb file.
What is == in programming?
What is a loop? What are different types of loops in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
What are advantages of c++?
What size is allocated to the union variable?
What is c++ redistributable?