What function should be used to free the memory allocated by calloc() ?
Answer: C
free(); function should be used to free the memory allocated by calloc().