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

For explanation: In a queue, the ITEMS are INSERTED from the REAR end and deleted from the front end.



Discussion

No Comment Found

Related InterviewSolutions