logical error explain
Answers
Answered by
4
There are generally two types of errors: syntax errors and logic errors. Syntax errors occur when a program does not conform to the grammar of a programming language, and the compiler cannot compile the source file. Logic errors occur when a program does not do what the programmer expects it to do.
Answered by
0
Answer:
Hey friend your answer is
A logic error (or logical 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. Many different types of programming mistakes can cause logic errors.
Hope this will help you
Please Mark me as Branliest
Similar questions