What can static analysis NOT find?

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

  2. b) Unreachable (“dead”) code

  3. c) Whether the value stored in a variable is correct

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

  5. e) Array bound violations


Correct Option: C

Find more quizzes: