Computer Science, asked by rudranshpandey48, 9 months ago

differentiate between an interpreter and a compiler​

Answers

Answered by lilikamdili
1

Answer:

Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.

Similar questions