

MCQOPTIONS
Saved Bookmarks
1. |
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» C. to abnormally terminate the program | |