Storage - Stack

stack : an area of storage used for suballocation of stack frames. Such suballocations are allocated and freed ona LIFO (last in, first out) basis. A stack is a collection of one or more stack segments consisting of an initial stack segment and zero or more increments.