Answer: The correct answer is STACK
Explanation: Stack is an abstract data type that serves as a collection of elements, with two principal operations: push and pop. Push adds an element to the collection while pop removes the most recently added element that was not yet removed.
In computing is a data structure used to store a collection of objects.