Q. Which function releases memory allocated by malloc()? (A) release() (B) free() (C) dealloc() (D) remove() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) free() Explanation: free() deallocates memory that was allocated dynamically.