Stack works on the principle of ____________.
2025
Stack works on the principle of ____________.
- A.
Mid Element First
- B.
First In First Out
- C.
Last In First Out
- D.
Last In Last Out
Attempted by 880 students.
Show answer & explanation
Correct answer: C
Stack works on the principle of Last In First Out (LIFO). This means the last element added to the stack is the first one to be removed. Operations like push (insert) and pop (remove) occur only at the top of the stack.