What are the different errors encountered while compilling?
Answers
Answered by
0
There are three kinds of errors: syntax errors, runtime errors, and logic errors. These are errors where the compiler finds something wrong with your program, and you can't even try to execute it.
Similar questions