What is run-time error, logical error and syntax error?
What is run-time error, logical error and syntax error?
5 views
1 Answers
Syntax error: The errors which are traced by the compiler during compilation, due to wrong grammar for the language used in the program, are called syntax errors.
5 views
Answered