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.