Q
Medium 1 Mark
Computer Studies Programming Fundamentals
When does a compiler display errors in a program?
Explanation
A compiler displays errors after it has attempted to compile the entire source code. All errors are reported together after the full translation attempt.
Reference: Computer Studies , Page 4
Hint
A compiler reads everything first then reports errors.