1.

Consider these functions:

A. push() : push an element into the stack
B. pop() : pop the top-of-the-stack element
C. top() : returns the item stored in top-of-the-stack-node
D. What will be the output after performing these sequence of operations
Answer» E.


Discussion

No Comment Found