C-18-Q096mediumsingle_mcq
A compiler converts the entire source program into machine code:
A compiler converts the entire source program into machine code:
- aLine by line during execution
- bAll at once before execution
- cOnly after the program runs
- dNever
ব্যাখ্যা
A compiler translates the complete source program into machine code in a single pass before the program is run. The resulting executable is then run separately, unlike an interpreter's line-by-line approach.