InterviewSolution
Saved Bookmarks
| 1. |
The essential condition which is checked before insertion in a linked queue is?(a) Underflow(b) Overflow(c) Front value(d) Rear valueI'm obligated to ask this question of Queue using Linked List in division Abstract Data Types of Data Structures & Algorithms IThis question was posed to me by my college professor while I was bunking the class. |
|
Answer» The CORRECT answer is (b) Overflow |
|