Q. What can static analysis NOT find? (Solved)
1. The use of a variable before it has been defined
2. Unreachable (“dead”) code
3. Memory Leaks
4. Array bound violations
- c. Memory Leaks
1. The use of a variable before it has been defined
2. Unreachable (“dead”) code
3. Memory Leaks
4. Array bound violations