Among 4 header files, which should be included to use the memory allocation functions like malloc(), calloc(), realloc() and free()?
Answer: B
#include is a header filer, which contains the inbuilt functions for all memory allocation functions.