MCQOPTIONS
Saved Bookmarks
| 1. |
What can static analysis NOT find? |
| A. | memory leaks |
| B. | unreachable (“deadâ€) code |
| C. | the use of a variable before it has been defined |
| D. | array bound violations |
| Answer» B. unreachable (“deadâ€) code | |