Skip to playerSkip to main content
  • 7 years ago
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
Be the first to comment
Add your comment

Recommended