What can static analysis NOT find?

  1. The use of a variable before it has been defined

  2. Unreachable (“dead”) code

  3. Whether the value stored in a variable is correct

  4. The re-definition of a variable before it has been used


Correct Option: C

Find more quizzes: