difference between interpreter and compiler in points
Answers
Answered by
0
Answer:
INTERPRETER
* interpreter directly executes the instructions in the source programming language.
COMPILER
compiler translate those instructions into efficient machine codes.
Similar questions