Quizzma Latest Questions

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




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. 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.

Related Questions