

InterviewSolution
Saved Bookmarks
1. |
A system wherein items are added from one and removed from the other end.(a) Stack(b) Queue(c) Linked List(d) ArrayThis question was addressed to me in an interview for internship.This intriguing question comes from Algorithms topic in division Planning the Computer Program of Computer Fundamentals |
Answer» Correct ANSWER is (b) QUEUE |
|