CS theory questions include questions like what is the difference between stack and heap?
Sigiloso
Just recalled standard definition: Stack provides static memory allocation, i.e., it is used to store the temporary variables. Heap provides dynamic memory allocation etc..