Computer Science, asked by sritejaswini2108, 11 months ago

Which of the following name does not relate to stacks
A. FIFO lists
B. LIFO list
C. Piles
D. Push-down lists

Answers

Answered by yamini3012
8

option A

FIFO lists.

Hope it helps you

Answered by smartbrainz
3

The correct answer is A.FIFO lists

Explanation:  

A ”stack”  is a group or collection of items arranged in order. In stack, the new items added and existing items removed from the same end.

LIFO stands for "Last in first out". In this, the element which is in the last place is accessed first.

Pile is a stack of objects stacked or thrown together in a heap.

A push-down stack is a type in which the item to be removed next is the most recently stored items.

Similar questions