Top

Discussion

How will you free the allocated memory ?

  • A.remove(var-name);
  • B.free(var-name);
  • C.delete(var-name);
  • D.dalloc(var-name);

Answer: B

No answer description available for this question

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

Post your comment