

MCQOPTIONS
Saved Bookmarks
1. |
The disadvantage in using a circular linked list is ……………………. |
A. | It is possible to get into infinite loop |
B. | Last node points to first node. |
C. | Time consuming |
D. | Requires more memory space |
Answer» B. Last node points to first node. | |