A

Admin • 828.03K Points
Coach

Q. Which function releases memory allocated by malloc()?

  • (A) release()
  • (B) free()
  • (C) dealloc()
  • (D) remove()
  • Correct Answer - Option(B)
  • Views: 10
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
free() deallocates memory that was allocated dynamically.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.