What is the meaning of Syntax In Programming ?
Note : don't Google the answer.......if I have to search the answer on Google then why I have asked here?
Answers
Answered by
0
Answer:
Syntax refers to the rules that define the structure of a language. Syntax in computer programming means the rules that control the structure of the symbols, punctuation, and words of a programming language. ... If the syntax is incorrect, the code will not compile
Answered by
0
Answer:
In computer science, the syntax of a computer language is the set of rules that defines the combinations of symbols that are considered to be correctly structured statements or expressions in that language. ... Syntax therefore refers to the form of the code, and is contrasted with semantics – the meaning.
Similar questions