C Pointer - C programming (MCQ) questions for Q. 27507

Q.  How will you free the allocated memory?
- Published on 26 Feb 17

a. remove(var-name);
b. free(var-name);
c. delete(var-name);
d. dalloc(var-name);

ANSWER: free(var-name);

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)