Top

Discussion

What function should be used to free the memory allocated by calloc() ?

  • A.dealloc();
  • B.malloc(variable_name, 0)
  • C.free();
  • D.memalloc(variable_name, 0)

Answer: C

free(); function should be used to free the memory allocated by calloc().

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

Post your comment