What is the difference between compiler and interpreter?
Answers
Answered by
3
Answer:
Explanation:
A compiler is a translator which transforms source language (high-level language) into object language (machine language). In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language.
Answered by
0
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.
Similar questions