You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ankesh Anand edited this page Oct 23, 2013
·
1 revision
Design and implement a class mystack to represent the stack of integer numbers.
The program should have appropriate constructor, push, pop, peek as member functions.