stack operations

Download Stack Operations

If you can't read please download the document

Upload: arundev-eliyapra

Post on 24-Dec-2015

214 views

Category:

Documents


0 download

DESCRIPTION

Stack operation in CPP

TRANSCRIPT

#include#include #define length 10int top=-1;int stack[length]; void main(){ int ch; do{ cout