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
AnswerD.
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