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
What is c strings syntax?
What is c++ & why it is used?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Explain some examples of operator overloading?
What is auto type c++?
Is c++ vector dynamic?
Explain the differences between private, public and protected and give examples.
What are c++ files?
What is the difference between #import and #include?
How do you define a class in c++?
What is boyce codd normal form in c++?
What are maps in c++?
Why use of template is better than a base class?
What is difference between n and endl in c++?
Difference between pass by value and pass by reference?