Difference between lexical syntactic and semantic errors
Answers
Answered by
0
Explanation:
Lexical analysis turns a string of characters into tokens, syntactic builds the tokens into valid statements in the language and semantic interprets those statements correctly to perform some algorithm. ... A semantic error can also be something that is legal in the language but does not represent the intended algorithm
Similar questions