Stack is a
2018
Stack is a
- A.
First In Random Out structure
- B.
Last In First Out structure
- C.
First In First Out structure
- D.
Last in Last Out structure
Attempted by 269 students.
Show answer & explanation
Correct answer: B
The correct option is B: Last In First Out structure. A stack is a linear data structure that strictly follows the LIFO (Last-In, First-Out) principle. This means the element inserted most recently (Last In) is always the very first one to be removed (First Out).