Vidyalelo
Data Structure · Q4

Linked Lists in Data Structures

Programming · Data Structure · question 4

Q4

Which of the following is true about a doubly linked list?

A.
Each node has one pointer
B.
Each node has two pointers
Answer
C.
It is a type of tree
D.
It can be traversed in one direction only

Answer: Option B

Solution

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