 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the queue? Mention the various operations performed on the queue. | 
| Answer» A queue is a non-primitive data structure where an item is inserted at one end and removed from the other end. | |