Stack is a place in memory management where the data is declared and initialized BEFORE the RUNTIME.
Heap on the other hand stores variables created or initialized AT RUNTIME.
What is heap and stack?