

McqMate
Q. |
A system wherein items are added from one and removed from the other end. |
A. | stack |
B. | queue |
C. | linked list |
D. | array |
Answer» B. queue | |
Explanation: in a queue, the items are inserted from the rear end and deleted from the front end. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet