The function `free()` is used to
Question 1
Q1. The function `free()` is used to
Answer: free allocated memory
Explanation: free() is used to deallocate memory that was previously allocated using malloc() or similar functions.