Answer Posted / truong nguyen
Memory address of items in the array are continues but they
are not continues in the linked list. So you will easily to
access one item in an array, but not for a linked list.
However, you can easily insert or remove one item into/from
a linked list.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why do we need pointers?
Explain register storage specifier.
What is a Default constructor?
What are pointer-to-members in C++? Give their syntax.
What is class and structure in c++?
What is the best c++ compiler for windows 10?
In a function declaration what does extern means?
What are static and dynamic type checking?
Why is c++ is better than c?
Why is c++ considered difficult?
What are the unique features of C++.
Is c++ a good beginners programming language?
What is private public protected in c++?
List down the guideline that should be followed while using friend function.
what is multi-threading in C++?