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