Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 6 - No. 32)

Which data structure uses the LIFO (Last-In, First-Out) principle?
Queue
Stack
Array
Linked List

Explanation

A stack is LIFO.

Comments (0)

Advertisement