Multiple choice

Stack follows

  1. LIFO

  2. FIFO

  3. FILO

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A stack is a linear data structure that follows the Last-In, First-Out (LIFO) principle, where the last element added is the first one to be removed.