Question: Which of the following data structures uses LIFO (Last In First Out) principle?
Options:
Correct Answer: Stack
Solution:
A stack uses the LIFO principle, meaning the last element added is the first one to be removed.