Which function is used to delete the allocated memory space?
Answer: B
free() is used to free the memory spaces allocated by malloc() and calloc().