What is the difference between PUSH and POP?

PUSH and POP operations specify how data is stored and retrieved in a stack.

PUSH: PUSH specifies that data is being “inserted” into the stack.

POP: POP specifies data retrieval. It means that data is being deleted from the stack.