void free(void *p) performs which of the following functions?
Answer: B
void free(void *p); This function de-allocates space to which p points(if p is not NULL).