InterviewSolution
Saved Bookmarks
| 1. |
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(d) exit,getenv,abortThis question was posed to me in an interview for internship.Asked question is from General Utilities in division C Library of C |
|
Answer» Correct option is (c) calloc,MALLOC,realloc |
|