I am trying to implement a bounded stack. I have implemented a few functions, pop, push, isEmpty and print stack.
I based the implementation of the functions on a cir