Microsoft
98-361 · Question #362
98-361 Question #362: Real Exam Question with Answer & Explanation
The correct answer is C. The items in a linked list must be stored in contiguous memory locations.. See the full explanation below for the reasoning.
Question
Which of the following is not true about linked lists?
Options
- AA linked list does not allow random access to its items.
- BA link to the head node can help you locate all the nodes in a linked list.
- CThe items in a linked list must be stored in contiguous memory locations.
- DLinked lists are extremely fast in performing insert and delete operations.
Community Discussion
No community discussion yet for this question.