Top

Discussion

Which function is used to delete the allocated memory space?

  • A.Dealloc()
  • B.free()
  • C.Both A and B
  • D.None of the above

Answer: B

free() is used to free the memory spaces allocated by malloc() and calloc().

No comment is present. Be the first to comment.
Loading…

Post your comment