Vidyalelo
Data Structure · Q78

Linked Lists in Data Structures

Programming · Data Structure · question 78

Q78

Where does a triply linked list contains an extra pointer in comparison to a doubly linked list?

A.
Top of the node
Answer
B.
Bottom of the node
C.
Before the node
D.
After the node

Answer: Option A

Solution

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