Static analysis cannot find memory leaks - Software Engineering

Q.  Software Engineering: What can static analysis NOT find?
- Published on 29 Jun 15

a. the use of a variable before it has been defined
b. unreachable (“dead”) code
c. memory leaks
d. array bound violations

ANSWER: memory leaks
 
The static analysis is the analysis of a computer software that is performed without executing the programs.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)