1.

What can static analysis NOT find?

A. memory leaks
B. unreachable (“dead”) code
C. the use of a variable before it has been defined
D. array bound violations
Answer» B. unreachable (“dead”) code


Discussion

No Comment Found