Multiple choice technology programming languages Which is the correct statement which will check only for errors? TYPRUN=COMPILE TYPRUN=ERRFREE TYPRUN=HOLD TYPRUN=SCAN Reveal answer Fill a bubble to check yourself D Correct answer Explanation TYPRUN=SCAN performs only syntax checking without code generation or execution, making it ideal for error-only verification. ERRFREE checks for errors but suppresses valid messages. COMPILE generates object code. HOLD defers compilation.