Structures, Unions, Enums - Programming

Q1:

How will you free the allocated memory ?

A remove(var-name);

B free(var-name);

C delete(var-name);

D dalloc(var-name);

ANS:B - free(var-name);

No answer description is available. Let's discuss.