Stack¶
A stack may have several meanings:
callstack: the structure that keeps track of nested calls during execution
data stack: a data structure, where the last added data are removed first
LAMP stack: a collection of software that works well together. Here, Linux, Apache, Mysql, PHP.
Related : Callstack, Datastack, Linux Apache Mysql PHP (LAMP), Data Structure, Pop