168k views
5 votes
What is the different between compilers and interpreters?​

1 Answer

3 votes
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.
User Lior Kupers
by
4.3k points