166,800 views
45 votes
45 votes
Why some programming languages use compilers and other interpreters ?​

User Suricactus
by
2.4k points

1 Answer

22 votes
22 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:

User Kuldeep Dangi
by
3.2k points