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