Multiple choice How many fields are there in a node of a doubly linked list? 2 3 1 4 Reveal answer Fill a bubble to check yourself B Correct answer 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.