state three differences between interpreter and compiler
Answers
Answered by
1
Answer:
In this article, you will learn the differences between interpreters and compilers. We generally write a computer program using a high-level language.
...
Interpreter Vs Compiler.
Interpreter Compiler
Translates program one statement at a time. Scans the entire program and translates it as a whole into mac
Similar questions