1.

What are the differences between “Logical error” and “Syntax error”?

Answer»

Logical Error : Logical errors occur when there is an incorrect usage of variable / operator / order of execution etc. It is also called as Semantic Error. 

Syntax Error : Syntax errors occur when grammatical rules of C++ are violated.



Discussion

No Comment Found