Programming (Year 12)
Data Structures
What data structure is used to implement a stack?
Array
Linked List
Queue
Both Array and Linked List
Next