🎴 Flashcard Mode
Data Structure Quiz 10
Card1 / 25
Mastered0
Review0
QuestionClick to flip
How many fields are there in a node of a doubly linked list?
AnswerClick to flip back
A
3
💡 Explanation:
A node in a doubly linked list contains three fields: the data field, a pointer to the next node, and a pointer to the previous node.