What is FIFO?

4 years ago
C Programming

In C programming, there is a data structure known as queue. In this structure, data is stored and accessed using FIFO format, or First-In-First-Out. A queue represents a line wherein the first data that was stored will be the first one that is accessible as well.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions