Computer Science Fundamentals Operating Systems Objective
Mar 11, 2013

lint should be used

Choose the correct answer:
A) before compilation
B) to analyze a C code
C) after compilation
D) Both (a) and (b)
Detailed Explanation

lint can throw light on many things, which the compiler generally overlooks. So. potential errors can be spotted and the program is debugged, even before compilation.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback