What is the meaning of logical error and why is it?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the meaning of logical error and why is it??

Plz someone tell me

8th May 2020, 8:29 PM
ABHISHEK TIWARI
ABHISHEK TIWARI - avatar
3 Answers
+ 2
This provides a good definition https://techterms.com/amp/definition/logic_error
8th May 2020, 8:34 PM
Abhay
Abhay - avatar
+ 2
If your code runs but does strange stuff which you didn't expect, then you have a logical error.
8th May 2020, 9:27 PM
HonFu
HonFu - avatar
+ 1
Logical Error is not dectected by the compilers, Only dectected by us, You can make use of log or print the variable to debug logical errors
8th May 2020, 8:51 PM
Subash
Subash - avatar