What data structure follows LIFO?
Question 1
Q1. What data structure follows LIFO?
Answer: Stack
Explanation: LIFO (Last In, First Out) is a principle where the last item added is the first to be removed, characteristic of a stack data structure.