Vidyalelo
Data Structure · Q15

Linked Lists in Data Structures

Programming · Data Structure · question 15

Q15

What is a sentinel node in the context of linked lists?

A.
A node that marks the beginning of the list
B.
A node that marks the end of the list
C.
A special node that simplifies edge cases
Answer
D.
A node that points to itself

Answer: Option C

Solution

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