Compare interpreter and compiler
Answers
Answered by
4
intetpreter and compiler are very similar in structure. the main difference inthat an interpreter directly excutes the instructions in the source programming language while a compiler translates those instructions into efficient machine code
Answered by
7
Answer:
Interpreters and compilers are very similar in structure. The main difference is that an interpreter directly executes the instructions in the source programming language while a compiler translates those instructions into efficient machine code.
Explanation:
Similar questions