1.

What can static analysis NOT find?

A. The use of a variable before it has been defined
B. Unreachable (“dead”) code
C. Memory Leaks
D. Array bound violations
Answer» D. Array bound violations


Discussion

No Comment Found