Malloc, calloc, realloc and free functions are for dynamic memory allocation, which are stored in heap section. And in stdlib. h header file.
Malloc, calloc, realloc and free functions are for dynamic memory allocation, which are stored in heap section. And in stdlib. h header file.