<Apti
Code
/>
Back
Question 560: How will you free the allocated memory ?
tcs
wipro
infosys
general
aptitude
structures-unions-enums
c-programming
No answer description is available.Let's discuss.
remove(var-name);
free(var-name);
delete(var-name);
dalloc(var-name);
Submit Answer
Show Answer
Previous
Next