Q. What can static analysis NOT find? (Solved)
1. memory leaks
2. unreachable (“dead”) code
3. the use of a variable before it has been defined
4. array bound violations
- a. memory leaks
1. memory leaks
2. unreachable (“dead”) code
3. the use of a variable before it has been defined
4. array bound violations