Stack and Heap Memory
Stack memory is the space allocated for a process where all the function calls, primitive data types (int, double, string...)
VS
Heap memory is used to store the objects that are created during the execution of a program.
Thanks for concepts about re...
omarsaade.hashnode.dev2 min read