Question: Which data structure allows for efficient last-in, first-out (LIFO) operations?
Options:
Correct Answer: Stack
Solution:
A stack is designed for LIFO operations, allowing the last element added to be the first one removed.