Interview Questions

What is the difference between Stack and Queue?

C++ programming on UNIX, C++ Networking,C++ Algorithm Questions and Answers


(Continued from previous question...)

What is the difference between Stack and Queue?

Stack is a Last In First Out (LIFO) data structure.
Queue is a First In First Out (FIFO) data structure

(Continued on next question...)

Other Interview Questions