C-15-Q089mediumsingle_mcq
If the compiler finds errors anywhere in the instructions, it:
If the compiler finds errors anywhere in the instructions, it:
- aStill translates the rest
- bCannot proceed with the translation
- cAuto-fixes them
- dRuns the program faster
ব্যাখ্যা
A compiler translates the program as a whole, so it cannot complete the translation if any error exists in the instructions. It must report the errors first, and translation stops until they are fixed.