In my program written with C and C++, I will new an object to fulfill the task, then delete the object.
At the moment after new object but before delete object, if t
The OS will reclaim the memory allocated by the process when the process exits as a result of Ctrl-C or any other means.