Multiple choice

In liner linked list, each node is divided into_____ parts.

  1. 5

  2. 4

  3. 3

  4. 2

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

In a singly (linear) linked list, each node contains two parts: the data (information) and the pointer (address) to the next node.