Solved

What Is a Difference Between a Singly-Linked List and a Doubly-Linked

Question 78

Multiple Choice

What is a difference between a singly-linked list and a doubly-linked list?


A) A singly linked list node has a reference to the previous node.
B) A doubly linked list node has a reference to the previous node.
C) A singly linked list node has a reference to the next node.
D) A doubly linked list node has a reference to the next node.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions