Computer Science, asked by Priyanshikhatod, 5 months ago

Q1 What is error. Write the types of Program Error and Explain it in detail.​

Answers

Answered by Qhunter
1

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.

DEADSOUL

Similar questions