Computer Science, asked by adty6888, 5 months ago

explain different types of errors in programming​

Answers

Answered by Anonymous
5

Answer:

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.

Answered by sanakhan69
3

Answer:

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.

Explanation:

please mark me as brainlist

Similar questions