Page 1 of 1

void free(void *p) performs which of the following functions?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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