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

Which of the following data structures uses the principle of LIFO?
Queue
Stack
Linked List
Array

Explanation

A stack is a LIFO data structure.

Comments (0)

Advertisement