Give difference between syntax error and run time error.
Answers
Answered by
4
Answered by
2
Answer:
Syntax error occurs when program does not executes successfully.
Example:- missing a semicolon is a syntax error
Run time error occurs when program compiles showing no error.
example:- Division by zero is a run time error
Similar questions