Computer Science, asked by arunraddi, 1 month ago

List the different types of error occurred during execution

Answers

Answered by AbhiThakur07
0

Explanation:

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. For example, you may have incorrect punctuation, or may be trying to use a variable that hasn't been declared

Similar questions