Vidyalelo
Data Structure · Q35

Linked Lists in Data Structures

Programming · Data Structure · question 35

Q35

What is the primary reason to use a sentinel node in linked lists?

A.
To simplify boundary conditions
Answer
B.
To increase the list size
C.
To decrease memory usage
D.
To make the list circular

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board