Which data structure allows elements to be accessed only in a Last-In-First-Out (LIFO) order?
Queue
Stack
Array
Linked List

Computer Science Exercises are loading ...