Vidyalelo
C Programming · Q150

Standard Library Functions

Programming · C Programming · question 150

Q150

void free(void *ptr) deallocates the memory previously allocated by a call to . . . . . . . . , . . . . . . . . or . . . . . . . .

A.
malloc,getenv,abort
B.
calloc,malloc,exit
C.
calloc,malloc,realloc
Answer
D.
exit,getenv,abort

Answer: Option C

Solution

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