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
Explain about Virtual Function in C++?
Define Virtual function in C++.
Explain how we implement exception handling in c++?
What is the difference between public, private, and protected access?
What is the need of a destructor?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is the difference between passing by reference and passing a reference?
What you know about structures in C++?
What does new return if there is insufficient memory to make your new object?
What is meant by a delegate?
What is meant by forward referencing and when should it be used?
What is function prototyping?
What is singleton class in c++?
Which is better c++ or java?
Does c++ have string data type?