eSpace interview question

What is the difference between a stack and a queue?

Interview Answer

Anonymous

7 Jul 2017

A stack is a LIFO data structure, a queue is a FIFO data structure.