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