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