InterviewSolution
| 1. |
What Is Syntax Error? |
|
Answer» SYNTAX errors are associated with mistakes in the use of a programming language. It maybe a command that was misspelled or a command that must was entered in lowercase mode but was instead entered with an upper case CHARACTER. A misplaced symbol, or lack of symbol, somewhere WITHIN a line of code can also LEAD to syntax ERROR. Syntax errors are associated with mistakes in the use of a programming language. It maybe a command that was misspelled or a command that must was entered in lowercase mode but was instead entered with an upper case character. A misplaced symbol, or lack of symbol, somewhere within a line of code can also lead to syntax error. |
|