Header file used for functions like malloc() and calloc() - stdlib.h
Q. C programming: Which header file should be included to use functions like malloc() and calloc()?- Published on 25 Jun 15a. memory.h
b. stdlib.h
c. string.h
d. dos.h
ANSWER: stdlib.h
This header file defines four variable type,several macros and various functions for general function.