Which one of the following errors is not easily tractable in programming? A. Run-time error
B. Logical error
C. Compile-time error
D. Syntax error
Which one of the following errors is not easily tractable in programming?
Share
The correct answer is B. Logical error.
Explanation: Logical errors occur when a program runs without crashing but produces incorrect results. They can be difficult to trace and fix because there are no error messages or warnings, unlike run-time errors, compile-time errors, and syntax errors, which are more straightforward to identify and resolve.