Multiple Choice
The defining characteristic of a linked list is that
A) data are stored in consecutive locations in the memory of the computer.
B) lists are very efficient at storing data.
C) the locations that store list data do not have to be consecutive in memory.
D) the maximum size of a list is fixed when the list is created.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q2: In a doubly-linked list, each node contains
Q4: To build a linked list, we can<br>A)
Q5: The values stored in the value portion
Q6: If the head pointer points to NULL,
Q7: Deleting an entire linked list requires a
Q8: A _ is used to step through
Q9: One advantage a linked list has over
Q10: Moving through a linked list is referred
Q11: If a node is not the first
Q23: A new node must always be made