Table of Contents

    (1) In programming, a special type of data structure in which items are removed in the reverse order from that in which they are added, so the most recently added item is the first one removed. This is also called last-in, first-out (LIFO).

    Adding an item to a stack is called pushing. Removing an item from a stack is called popping.

    (2) In networking, short for protocol stack.

    (3) In Apple Computer ‘s HyperCard software system, a stack is a collection of cards.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%