Computer Science, asked by hurrahlateef, 11 months ago

what is Syntax in computing?​

Answers

Answered by Anonymous
3

Answer:

Syntax refers to the spelling and grammar of a programming language. Computers are inflexible machines that understand what you type only if you type it in the exact form that the computer expects. The expected form is called the syntax.

Answered by Anonymous
0

Answer:

Syntax is a set of rules for grammar and spelling. In other words, it means using character structures that a computer can interpret. For example, if a user tries to execute a command without proper syntax, it generates syntax error, usually causing the program to fail.

Similar questions