home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  254.9 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: Some operations or functions are characteristics of all stacks. In this program, the function pop removes an element from the stack. Push adds an element to the stack. Empty and full determine whether the stack is empty or full. On top returns the value of the top element of the stack. NumElem returns the number of elements in the stack.