Computer Science, asked by shriyarastogi21, 11 months ago

Write any two points of difference between an Interpreter and a Compiler​

Answers

Answered by Anonymous
10

Answer:

hloo..

.

To convert source code into machine code, we use either a compiler or an interpreter.

...

Interpreter Vs Compiler.

Interpreter Compiler

It takes less amount of time to analyze the source code but the overall execution time is slower. It takes a large amount of time to analyze the source code but the overall execution time is comparatively faster.

..

.

please mark as brainlist..

Answered by Anonymous
11

Answer:

A compiler does the translation all at once. It produces a complete machine language program that can then be executed. An interpreter, on the other hand, just translates one instruction at a time, and then executes that instruction immediately.

Similar questions