Programming (Year 12)
Data Structures
Which data structure would you use for a Last In First Out (LIFO) operation?
Queue
Stack
Array
Linked List
Next