ReePrime China
Stack vs_ Heap

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

Stack vs_ Heap

1 次观看 02:55 Tccicomputercoaching

描述

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.