asked 48.3k views
0 votes
When a compiler finds errors, it usually indicates what they are so you can correct the code and compile the program again?

1 Answer

1 vote
The answer is TRUE

With today’s compilers, as compared to the past , you can write a program, compile it, and test it yourself. Basically, a compiler will report problems it finds in your code. Upon seeing the errors generated, you can correct it and recompile it until you get everything right.



answered
User Jim Pedid
by
7.9k points