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. | |