Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 37)
Which data structure follows the Last-In, First-Out (LIFO) principle?
Queue
Stack
Array
Linked list
Explanation
A stack is a LIFO data structure where the last element added is the first to be removed.
Comments (0)
