Advantages of an interpreter over compiler
Answers
Answered by
1
Answer:
The main advantage of an interpreter over a compiler is portability. The binary code produced by the compiler, as we have emphasized before, is tailored specifically to a target computer architecture. The interpreter, on the other hand, processes the source code directly.
Similar questions