Google News
logo
C-Language - Interview Questions
Explain the meaning of queue and FIFO in C programming?
Queue is a kind of data structure present in the C programming and all the data present in this queue is stored in the format called FIFO. The full form of FIFO is first-in-first-out. In every queue, the first data is available on the first line.
Advertisement