Text: Help on number three word format, please.
Operations performed: push(20) push(120) push(0) pop()
pop() pop() push(80) push(90) pop()
b) What sequence of integers was popped off the stack?
Beginning with C and working left to right: 0-120-20
What string is produced by the output from the pops of an initially empty stack
operations that do each of the following:
without its top two elements
unchanged.
Focus on Data Structures
Page 12