Skip to content

Introductory Assignment

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.