...

/

Quiz on Memory Management

Quiz on Memory Management

Here is a quiz on memory management in D.

We'll cover the following...
Technical Quiz
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()


1 / 5