Multiple choice In doubly linked list, each node is divided into ________ parts. 4 3 5 6 Reveal answer Fill a bubble to check yourself B Correct answer Explanation In a doubly linked list, each node contains three parts: the data field, a pointer to the next node, and a pointer to the previous node.