Static analysis cannot find memory leaks - Software Engineering
Q. Software Engineering: What can static analysis NOT find? - Published on 29 Jun 15a. 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.