embedUR systems Interview Question

What the difference between interpreter and a compiler

Interview Answer

Anonymous

Feb 11, 2025

The interpreter has slower execution does not create any new executable files, runs code line by line and includes python, javascript, whereas compiler creates an executable file and compiles the entire code before execution and has faster execution which includes C,C++