Computer Science, asked by Sarim666, 3 months ago

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 avniverma75
1

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.Syntax is the order or arrangement of words and phrases to form proper sentences. The most basic syntax follows a subject + verb + direct object formula. That is, "Jillian hit the ball." Syntax allows us to understand that we wouldn't write, "Hit Jillian the ball."

Answered by paramjeet621
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