Which data structure operates exclusively on the last-in, first-out (LIFO) principle, where the most recently added element is retrieved first?
Linked List
Stack
Queue
Tree

Computer Science Exercises are loading ...