Computer Science, asked by arifmuhammaf461, 17 days ago

how many types of errors occur in basic ?​

Answers

Answered by JomiaThomas
1

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 goplanibharat7
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.

Similar questions