void free(void *p) performs which of the following functions?
Posted: Wed Jul 13, 2022 7:56 pm
a) returns pointer to allocated space for existing contents of p
b) de-allocates space to which p points
c) to abnormally terminate the program
d) no such function defined in stdlib.h
b) de-allocates space to which p points
c) to abnormally terminate the program
d) no such function defined in stdlib.h