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 do you mean by translation unit?
Explain the auto storage classes in c++.
Is it possible for the objects to read and write themselves?
When can I use a forward declaration?
What is a node class in c++?
Where the memory to the static variables is allocated?
Do vectors start at 0?
Can a constructor return a value?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Write about the scope resolution operator?
Describe the syntax of single inheritance in C++?
What does ctime() do?
what is a class? Explain with an example.
What is a modifier in c++?
What is the disadvantage of using a macro?