Multiple choice

In doubly linked list, each node is divided into ________ parts.

  1. 4

  2. 3

  3. 5

  4. 6

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In a doubly linked list, each node contains three parts: the data field, a pointer to the next node, and a pointer to the previous node.