Computer Science, asked by YashPandit1980, 6 months ago

Differentiate between an interpreter and a compiler​

Answers

Answered by Anonymous
3

Answer:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code.

Answered by aarjusahu
2

Answer:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code.

Similar questions