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 constant reference?
How does java differ from c and c++?
What is the syntax for a for loop?
How do I start a c++ project?
What is public, protected, private in c++?
What is the basic difference between C and C++?
How is static data member similar to a global variable?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What will the line of code below print out and why?
Mention the purpose of istream class?
What is a dll entry point?
What are guid?
How do you print a string on the printer?
Give 10 points of differences between C & C++.