nerdexam
Microsoft

98-361 · Question #362

Which of the following is not true about linked lists?

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.

How the community answered

(59 responses)
  • A
    14% (8)
  • B
    3% (2)
  • C
    78% (46)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice