Multiple choice Lint is a tool for analyzing a C program an interactive debugger a C interpreter a C compiler Reveal answer Fill a bubble to check yourself A Correct answer Explanation Lint is a classic static code analysis tool used in C programming to flag programming errors, bugs, stylistic errors, and suspicious constructs. It is neither a compiler, an interpreter, nor an interactive debugger.