Q. Which function is used to deallocate memory in C?
β
Correct Answer: (B)
free()
Explanation: free() is used to deallocate dynamically allocated memory in C.