The minimum number of fields with each node of doubly linked list is
2008
The minimum number of fields with each node of doubly linked list is
- A.
1
- B.
2
- C.
3
- D.
4
Attempted by 638 students.
Show answer & explanation
Correct answer: C
A standard node in a doubly linked list requires three distinct fields to function correctly. These essential components include data storage, a pointer to the next node, and a separate pointer to the previous node.
A video solution is available for this question — log in and enroll to watch it.