Computer Science, asked by dbru, 11 months ago

what do you mean by syntax language​

Answers

Answered by Anonymous
7

Explanation:

Generally the syntax of a language is defined as the rules and/or set of symbols/text that forms a well formed program and is generally describes by a grammar that is used as the basis for lexically analyze and parse text and decide if the syntax and form of the text is syntactically correct given the language definition. Contrast this with semantics which is the meaning of the program or execution of program like order of execution and so forth.

Similar questions