under what will u prefer a compiler over an interpreter?
Answers
Answered by
1
compiler is fast because it translates a whole document rapidly while interpreter translate it line by lineĀ
Answered by
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.
When we want to execute the program non-interactively, we compile into a binary executable and run that.
Similar questions