Among 4 header files, which should be included to use the memory allocation functions like malloc(), calloc(), realloc() and free()?
a. #include
b. #include
c. #include
d. Both b and c
Answers
Answered by
1
Answer:
#include<malloc>
Explanation:
because it is used to allocate the memory
Answered by
2
Answer:
In C stdlib.h and in c++ cstdlib.h
Explanation:
please write the question properly
options aren't complete
so,i can't tell proper option
Hope it helps:-)
Similar questions