Computer Science, asked by SRIDHAR6287, 1 year ago

Which header file is used to represent memory allocation and de-allocation?

Answers

Answered by DSamrat
1
in stdlib.h in c to allocate and de-allocate memory functions used are malloc(), calloc(), free() and realloc()
Similar questions