Q. Which function is used to deallocate memory in C? (A) delete() (B) free() (C) remove() (D) dealloc() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) free() Explanation: free() is used to deallocate dynamically allocated memory in C.