Lint

What is Lint
a) a compiler
b) a interactive debugger
c) a cinterpreter
d) a tool for analysing C++ program

Questions by ravindergiran

Showing Answers 1 - 6 of 6 Answers

sanket.ashu

  • Jun 28th, 2010
 

Lint is a computer programming tool that performs the lexical and syntactic portions of the compilation with substantial additional checks, noting when variables had been used before being set, when they were used as a datatype other than that of their definition, and numerous other programming errors.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions