Which of the following correctly states a limitation in the use of static analysis tools?
Which of the following correctly states a limitation in the use of static analysis tools?
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.
B is correct as per my choice but #gpt says C