A stack is a data structure that implements the Last-In-First-Out (LIFO) principle. Which of the following operations is used to add an element to the top of a stack?
Enqueue
Pop
Push
Dequeue

Computer Science Exercises are loading ...