C-15-Q087mediumsingle_mcq
A compiler converts the entire set of instructions into machine code:
A compiler converts the entire set of instructions into machine code:
- aOne line at a time
- bAll at once
- cVerbally
- dOnly on paper
ব্যাখ্যা
A compiler reads and translates the complete program in a single pass, converting all instructions into machine code together rather than line by line. This whole-program approach is what distinguishes it from an interpreter.