Computer Science, asked by guptabhavesh70, 7 days ago

Stack is a data structure that used ____ algorithm

FIFO

LILO

LIFO

Random

Answers

Answered by ak9973932
1

Answer:

  • Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out). There are many real-life examples of a stack.16-Jul-2021
Answered by minaarshinm
1

Answer:

LIFO is the answer

Explanation:

Hope it helps

Similar questions