Single Choice Moderate

QProgram compiles but gives wrong output. Type of error?

ID: #25868 MCQ Quiz - Class 8 - Programming 3 views
Question Info
#25868Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Logical error
  • B Syntax error
  • C Runtime error
  • D Warning
Correct Answer

Explanation

Correct Answer Explanation:

When code compiles and runs but gives wrong results, it's a LOGICAL error — the logic is flawed.

Why the other options are incorrect:

  • Option B: Syntax errors prevent compilation, but here it compiled.
  • Option C: Runtime errors would crash the program, not produce wrong output.
  • Option D: It's a real error, not just a warning.

Share This Question

Challenge a friend or share with your study group.