STACKS : Stack « Data Structure « C Tutorial






  1. A stack is a list of elements with insertions and deletions at one end.
  2. A stack data structure has the LIFO (last in first out) property.
14.2.Stack
14.2.1.STACKS
14.2.2.Array Implementation of a Stack