C++
07-15-2009, 04:49 PM
While we allocate memory using malloc/calloc.That much bytes is reserved by the program.When the program terminates and we didnot free it what happens exactly?How to check memory usage by a program by writeing a C program.
View Full Version : Memory Allocation and Deallocation