adplus-dvertising
frame-decoration

Question

What is the purpose of checking for initialization of variables and use of non-standard, or error-prone, language constructs during static analysis?

a.

To find errors in the program

b.

To ensure the program is error-free

c.

To check the design document or user manual

d.

To ensure proper number of actual parameters

Answer: (a).To find errors in the program Explanation:During static analysis, the more strict analysis of the program text is performed, such as a check for initialization of variables, or a check on the use of non-standard, or error-prone, language constructs, to find errors in the program.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of checking for initialization of variables and use of non-standard, or error-prone, language constructs during static analysis?