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

What type of data is stored in a 'stack' data structure?
First-In, First-Out (FIFO)
Last-In, First-Out (LIFO)
In a random order
Alphabetically

Explanation

A stack is a LIFO data structure.

Comments (0)

Advertisement