2. State and explain the any three type of error in programming
Answers
Answered by
1
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.
hope it helps u
Answered by
0
Answer:
3 types of error are syntax error, runtime error and logic error.
You can't try to execute it.
Similar questions