What is Fifo in computer
Answers
Answered by
4
➡️In computer programming, FIFO (first-in, first-out) is an approach to handling program work requests from queue s or stack s so that the oldest request is handled next.
Similar questions