Stack: 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.

Stay up-to-date with latest news and special offers!