Question & Answer

Which one of the following errors is not easily tractable in programming?

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

1 Answer

Verified archive
Quizzma TeamAugust 1, 2025

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.