Stack is related to terms such as _________.
2017
Stack is related to terms such as _________.
- A.
Push and pop
- B.
Enqueue and dequeue
- C.
Push
- D.
Enqueue
Attempted by 362 students.
Show answer & explanation
Correct answer: A
The correct option is A. A stack is a linear data structure following the Last-In, First-Out (LIFO) principle. Its primary operations are push (to insert an element at the top) and pop (to remove the topmost element). Therefore, it is directly related to both terms.