Quiz: Resource Leaks
Test yourself on the knowledge you learned about resource leaks.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Why do programming languages employ memory allocation strategies that allocate more memory than asked for by the program?
A.
To avoid frequent system calls
B.
To utilize more available memory
C.
To improve the program’s memory usage
D.
To minimize the risk of memory leaks
1 / 10
...