how to free the allocated memoryspace?
On: October 31, 2012 Posted in Engineering Questions Comments: 1 Views: 112 c language how to free the allocated memoryspace? Engineering Questions
Anbu
C dynamic memory allocation refers to performing dynamic memory allocation in the C programming language via a group of functions in the C standard library, namely malloc, realloc, calloc and free.