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,abort
This question was posed to me in an interview for internship.
Asked question is from General Utilities in division C Library of C