+ 15
Qus8:-What is the description for syntax errors?
#basicquestion
5 odpowiedzi
+ 5
Errors in the basic grammatical constructs of a language.
+ 2
An error that occurs when a compiler or interpreter cannot understand the source code statement to generate machine code.
+ 2
It's simple, syntax error happens when you don't follow the language's documentation.
+ 2
Syntax error is occurred when we don't follow programming language rules.
For example:For the PHP new line is start from ';' if we forgot then compiler is not identify new line.
+ 1
https://phpcodechecker.com/
this Can help you