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
Can circle be called an ellipse?
What is the difference between global variables and static varables?
What is meant by iomanip in c++?
What is flag in computer?
What is searching? Explain linear and binary search.
What is the difference between a pointer and a link in c ++?
What is a forward referencing and when should it be used?
Why is c++ still best?
Write about the stack unwinding?
How do you decide which integer type to use?
What is data types c++?
Explain rethrowing exceptions with an example?
Is there a sort function in c++?
Why the usage of pointers in C++ is not recommended ?
What are virtual constructors/destructors?