Computer Science, asked by SriAdi2979, 11 months ago

What is the best way to think about a "syntax error" while programming?

Answers

Answered by MissTanya
15

{\huge{\mathcal{\purple{ANSWER :- }}}}

The computer does its primary work in a part of the machine we cannot see, a control center that converts data input to information output. This control center, called the central processing unit (CPU), is a highly complex, extensive set of electronic circuitry that executes stored program instructions.

Answered by AskewTronics
0

The computer is unable to understand the entered statement", which is called the syntax error.

Explanation:

  • The above question asked about the syntax error. The syntax error is an error, which is told by the compiler for those symbols or statement which is not understand by its.
  • Actually, any language is made up of some rules and specific symbols. If any person is not able to follow the rules and symbols of the language, then which words and symbols he spoke, that words and symbols come in a syntax error.
  • In another word we can say that when any word reflects the property of language for which it is designed, then the concept of syntax error comes.
  • So In the programming language, when any symbols is not understood by the compiler, then it states that it is a syntax error.

Learn More:

  • Syntax Error: https://brainly.in/question/1680275
Similar questions