Write any two points of difference between an Interpreter and a Compiler
Answers
Answered by
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
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
World Languages,
5 months ago
Math,
5 months ago
Math,
11 months ago
Hindi,
11 months ago
Physics,
1 year ago