Domanda di colloquio di Ingenico

Q: Programming related what is the difference between Stack and Heap

Risposta di colloquio

Anonimo

7 mar 2017

There are two types of memory, stack and heap. Program data are kept at stack memory and global data, dynamic memory are kept in heap memory.