Answer:
The answer to this question is option "C".
Explanation:
The stack is part of the data structure. In this stack perform two operations that are "push and pop". The push function is used to push(insert) and pop function is used to pop(delete) elements on the stack. It follows the LIFO process that stands for last in first out.
That's why the answer is option "C".