C Programming > Structures, Unions, Enums
Posted: Thu Oct 02, 2014 11:25 am
C Programming > Structures, Unions, Enums
1.
How will you free the allocated memory ?
A. remove(var-name);
B. free(var-name);
C. delete(var-name);
D. dalloc(var-name);
Answer: Option B
1.
How will you free the allocated memory ?
A. remove(var-name);
B. free(var-name);
C. delete(var-name);
D. dalloc(var-name);
Answer: Option B