Multiple choice Stack follows LIFO FIFO FILO 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.