Vidyalelo
Data Structure · Q24

Introduction to Data Structures

Programming · Data Structure · question 24

Q24

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

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

Answer: Option A

Solution

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