English, asked by shivaayu4823, 10 months ago

Advantages of an interpreter over compiler

Answers

Answered by avoz
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