Computer Science, asked by pintunahak83, 1 year ago

Differentiate between a syntax error and Logical error​

Answers

Answered by Anonymous
16

Answer:

Syntax errors occur when a program does not conform to the grammar of a programming language, and the compiler cannot compile the source file. Logic errors occur when a program does not do what the programmer expects it to do.

Answered by ritudas3335l
9

Answer:

Syntax errors occur when a program does not conform to the grammar of a programming language, and the compiler cannot compile the source file. Logic errors occur when a program does not do what the programmer expects it to do

Similar questions