Which of the following problems can be identified by using static analysis?
Answer options
A
Violation of code style guidelines
B
Input/Output Validation
C
Dead or unused code
D
Code Coverage
Correct answer: Violation of code style guidelines, Dead or unused code
Explanation
The source marks the correct answer as: Dead or unused code; Violation of code style guidelines.