Saved Bookmarks
| 1. |
Define syntax error. |
|
Answer» The grammatical rules of a language are referred to as syntax of that language. If we do not strictly follow the syntax of programming language at the time of writing a program, syntax errors are bound to occur. |
|