Examveda

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

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

Answer: Option B


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions