Quiz on Memory Management
Here is a quiz on memory management in D.
We'll cover the following...
1
GC can be asked to give unused memory back to the operating system using ____.
A)
GC.collect()
B)
GC.start()
C)
GC.enable()
D)
GC.minimize()
Question 1 of 50 attempted