Multiple choice

Run-time error is found only during

  1. compilation

  2. debugging

  3. loading

  4. execution

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Runtime errors occur only during program execution when the computer attempts an invalid operation (like division by zero or accessing invalid memory). Compile-time errors are caught during compilation, and debugging/loading are processes, not error-detection phases.