

InterviewSolution
Saved Bookmarks
1. |
A data structure that follows the FIFO principle.(a) Queue(b) LL(c) Stack(d) UnionI got this question at a job interview.This interesting question is from Algorithms topic in section Planning the Computer Program of Computer Fundamentals |
Answer» RIGHT CHOICE is (a) QUEUE Explanation: The answer is Queue. A Queue follows the FIFO principle. FIFO STANDS for First In First Out. |
|