Multiple choice Which of the follwoing data structures is LIFO? Stack Queue Tree Linked List De-queue Reveal answer Fill a bubble to check yourself A Correct answer Explanation A stack is a LIFO data-structure. LIFO stands for Last In First Out. The element which enters last, is the first to get out of the stack.