Pregunta de entrevista de Microchip Technology

What is a fifo structure?

Respuesta de la entrevista

Anónimo

2 mar 2024

First in First out data structure that can either be done in software or hardware to handle data flow. Fifo is full when head + 1 == tail, empty when head == tail.