Question: In which data structure is the \'Last In First Out\' (LIFO) principle applied?
Options:
Correct Answer: Stack
Solution:
A stack follows the LIFO principle, meaning the last element added is the first one to be removed.