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 a container class?
What flag means?
What is general format for a prototype?
What is the most powerful coding language?
What is binary object model?
Can we define function inside main in c++?
What is rtti in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is the array and initializing arrays in c++?
What is the full form nasa?
What is c++ library?
What operators can you overload in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Can c++ do everything c can?