Which of the following functions is used to free the allocated memory?

1.10 Which of the following functions is used to free the allocated memory?
A) remove(var-name);
B) free(var-name);
C) delete(var-name);
D) dalloc(var-name);


Leave a Reply