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
Is dev c++ free?
List the merits and demerits of declaring a nested class in C++?
Which function cannot be overloaded c++?
Can a Structure contain a Pointer to itself?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is the difference between public, private, and protected access?
What is pointer with example?
How do you add an element to a set in c++?
Define a constructor?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is the difference between ++ count and count ++?
Is c++ faster than c?
Explain virtual class?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Explain the use of virtual destructor?