Skip to playerSkip to main contentSkip to footer
  • 5/21/2019
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.

Category

📚
Learning

Recommended