C Tutorial/Data Structure/Stack
STACKS
- A stack is a list of elements with insertions and deletions at one end.
- A stack data structure has the LIFO (last in first out) property.
14.2.Stack 14.2.1. STACKS 14.2.2. <A href="/Tutorial/C/0260__Data-Structure/ArrayImplementationofaStack.htm">Array Implementation of a Stack</a>