InterviewSolution
Saved Bookmarks
| 1. |
The essential condition which is checked before deletion in a linked queue is?(a) Underflow(b) Overflow(c) Front value(d) Rear valueThe question is from Queue using Linked List in division Abstract Data Types of Data Structures & Algorithms IThis question was posed to me in an online interview. |
|
Answer» Correct OPTION is (a) Underflow |
|