CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 52


Which of the following correctly states a limitation in the use of static analysis tools?

Show Answer
Correct Answer: B,C

Static analysis tools, when applied to new code, often generate a large number of warning messages, regardless of whether the code adheres to coding standards. This is because these tools are designed to be thorough and highlight even minor issues for consideration. The other options are incorrect because static analysis tools can be applied to both new and existing code, they do generate warning messages when applied to existing code, and while they can be used to enforce coding standards, this does not represent a limitation.

Discussion

1 comment
Sign in to comment
laraerfOption: B
Jun 8, 2023

B is correct as per my choice but #gpt says C