Computer Science, asked by rishav6250, 11 months ago

What is difference between compiler and Interpreter?​

Answers

Answered by Awesomeme17
3

Answer:

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. An interpreter will typically generate an efficient intermediate representation and immediately evaluate it.

Hope it helps!!

Similar questions