Multiple choice

Lint is

  1. a tool for analyzing a C program

  2. an interactive debugger

  3. a C interpreter

  4. 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.