

MCQOPTIONS
Saved Bookmarks
1. |
A linked list whose last node points back to the list node instead of containing the null pointer________. |
A. | circular list. |
B. | linked list. |
C. | circular doubly linked list. |
D. | doubly linked list. |
Answer» B. linked list. | |