Pergunta de entrevista da empresa Microchip Technology

What is a fifo structure?

Resposta da entrevista

Sigiloso

2 de mar. de 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.