asked 118k views
3 votes
Why some programming languages use compilers and other interpreters ?​

1 Answer

4 votes

Answer:

A compiler takes a lot of time to analyze the source code. However, the overall time taken to execute the process is much faster. An interpreter does not generate an intermediary code. Hence, an interpreter is highly efficient in terms of its memory.

Step-by-step explanation:

answered
User Eflyax
by
7.6k points