difference between interkines and interpreter
Answers
Answered by
0
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.
Similar questions