8. What do you mean by errors? Explain logical errors.
Or
Answers
Answered by
23
In computer programming, a logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash). A logic error produces unintended or undesired output or other behaviour, although it may not immediately be recognized as such.
Answered by
27
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
☯ Error :-
Error is the state or condition of being wrong in conduct or judgement.
☯ Logical error :-
A logic error is a mistake in a program's source code that results in incorrect or unexpected behavior. It is a type of runtime error that may simply produce the wrong output or may cause a program to crash while running.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Similar questions