What is first in first out data structure?

1 answer

Answer

1271514

2026-07-11 13:40

+ Follow

QUEUE is the first in first out (FIFO) data structure. It is a linear data structure in which insertion of an element is done from rear end of a list and deletion of an element is done from front end of a list. For example- people in queue waiting for bus.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.