Question: What is the primary advantage of using a stack?
Options:
Correct Answer: LIFO order
Solution:
A stack operates on a Last In, First Out (LIFO) principle, allowing the most recently added element to be accessed first.