Learn About Syntax And Logical Errors In Detail

Asked By 0 points N/A Posted on -
qa-featured

Hello all,
I want to know about the Syntax and Logical errors in detail. I am trying to acknowledge myself with the details of programming. So, if anyone could help me with anything, please reply.

SHARE
Answered By 60 points N/A #298859

Learn About Syntax And Logical Errors In Detail

qa-featured

There are basically three types of errors: syntax errors, runtime errors and logic errors.

Syntax errors only occur whenever a program does not match to the grammar of a language, and when the compiler is unable to compile the source file. Comparatively, logic errors just occur whenever a program does not perform what the programmer was expecting it to perform.

Related Questions