Computer Science, asked by Usahpet, 1 year ago

under what will u prefer a compiler over an interpreter?

Answers

Answered by JYOLSNAS
1
compiler is fast because it translates a whole document rapidly while interpreter translate it line by lineĀ 
Answered by kvnmurty
0
When we have debugged the program and are sure about the correct execution andĀ running of that program, we prefer to use the compiler to create the binary of the program.

When we want to execute the program non-interactively, we compile into a binary executable and run that.
Similar questions