Question 1 out of 3
Which data structure uses LIFO (Last In First Out) order?
Stack
A stack is a data structure that follows the Last In First Out (LIFO) order, where the last element added is the first one to be removed.
Added to