Computer Science, asked by Asamsaj4899, 1 year ago

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 Varalakshmi2317
1

Answer:

#include<malloc>

Explanation:

because it is used to allocate the memory

Answered by sswaraj04
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