Description
Lab -4Please be advised that this lab has more concepts and hard to implement. So, make sure that you are well prepared for the lab.
- What is the function of a stack?
- What is que and how it operates?
- Implement a stack using single que in C++. Your code should document your function and the class with comments.


