In a doubly-linked list, each node contains two address parts: one holds the address of the next node, while the other stores the address of the previous node. The address portion of the first node in the doubly linked list is NULL, indicating that the preceding node's address is NULL....