Which of the following header files must necessarily be included to use dynamic memory allocation functions?

Which of the following header files must necessarily be included to use dynamic memory allocation functions? Correct Answer stdlib.h

stdlib.h is a header file which stands for the standard library. It consists of the declaration for dynamic memory allocation functions such as malloc(), calloc(), realloc() and free.
Bissoy MCQ

Related Questions

To obtain better memory utilization, dynamic loading is used. With dynamic loading, a routine is not loaded until it is called. For implementing dynamic loading ____________