πŸ“Š Problem Solving and Python Programming
Q. A data structure that follows the FIFO principle.
  • (A) queue
  • (B) ll
  • (C) stack
  • (D) union
πŸ’¬ Discuss
βœ… Correct Answer: (A) queue

Explanation: the answer is queue. a queue follows the fifo principle. fifo stands for first in first out.


Explanation by: Mr. Dubey
the answer is queue. a queue follows the fifo principle. fifo stands for first in first out.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
444
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate