Vidyalelo
C Programming · Q74

Standard Library Functions

Programming · C Programming · question 74

Q74

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
Answer
C.
to abnormally terminate the program
D.
no such function defined in stdlib.h

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board