Podcast
Questions and Answers
How does the compiler help you find errors in your code?
How does the compiler help you find errors in your code?
- The error is color-coded in the editor.
- The compiler merely reports the error, but does not assist beyond that. (correct)
- It lists the error line number and a brief description.
- Only the linker provides error messages, not the compiler.