GkSeries.com
Home
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
REASONING
BANKING
UGC NET
COMPUTER SC.
COURSES
Home
/
Computer Science
/
How will you free the allocated memory?
Question
How will you free the allocated memory?
A
remove(variable-name);
B
free(variable-name);
C
delete(variable-name);
D
dealloc(variable-name);
Answer & Explanation
Option: [B]
Advertisement
Next Question →