+ 3
This term is generally used in C/C++, It means the computer reserved main memory which can be used by the program to store a variable amount of data which is used for a small time and then will be deleted, so we don't have to use data from secondary memory again and again. This leads to faster program requiring lesser storage space.



