linear list of elements which follows LIFO
structure
Answers
Answered by
1
Explanation:
The order in which elements come off a stack gives rise to its alternative name, LIFO (last in, first out).
Considered as a linear data structure, or more abstractly a sequential collection, the push and pop operations occur only at one end of the structure, referred to as the top of the stack.
Answered by
0
Answer:
A stack is nothing but a linear data structure that follows the LIFO rule (Last In First Out). In a stack, both insertion and deletion take place from just one end, that is, from the top.
I HOPE THIS WILL HELP
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Math,
4 months ago
Math,
4 months ago
Math,
9 months ago