Pergunta de entrevista da empresa Morgan Stanley

CS theory questions include questions like what is the difference between stack and heap?

Resposta da entrevista

Sigiloso

17 de out. de 2023

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