ReePrime
Stack vs_ Heap

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

Stack vs_ Heap

T
Tccicomputercoaching

1 Views • May 21, 2019

Description

In programming language we need memory to store data.  The data stores in Stack and Heap memory according to local and global data.It's a special region of your computer's memory that stores temporary variables created by each function (including the  main() function).The heap is a region of your computer's memory that is not managed automatically.