retagged by
1,219 views

1 Answer

Best answer
5 votes
5 votes
logical error are programming error they can not be detected by compiler but gives incorrect results

for rest errors refer http://stackoverflow.com/questions/15570553/lexical-and-semantic-errors-in-c
selected by

Related questions

1 votes
1 votes
2 answers
2
Souvik33 asked Jan 12, 2023
587 views
What is the earliest stage compiler error for the following C code snippet:int x = @33;Lexical ErrorSyntax ErrorSemantic ErrorNone
0 votes
0 votes
2 answers
3
Mohit Aggarwal asked Dec 1, 2021
1,391 views
what is the difference between lexical error and syntax error?
0 votes
0 votes
3 answers
4
VJ2793 asked Feb 12, 2019
670 views
fro(int I=0; I <5;I++);what kind of compilation error is this ?