Which header file is used to represent memory allocation and de-allocation?
Answers
Answered by
1
in stdlib.h in c to allocate and de-allocate memory functions used are malloc(), calloc(), free() and realloc()
Similar questions