3. Differentiate between compiler and interpreter.
Answers
Answered by
7
The main difference is that aninterpreter directly executes the instructions in the source programming language while acompiler translates those instructions into efficient machine code. An interpreter will typically generate an efficient intermediate representation and immediately evaluate it.
Similar questions