Explain the various opetation of stack with an example for each operation.
Answers
Answered by
0
Examples: letter basket, stack of trays, stack of plates. The only element of a stack that may be accessed is the one that was most recently inserted. There are only two basic operations on stacks, the push (insert), and the pop (read and delete).
Similar questions