What is difference between compiler and Interpreter?
Answers
Answered by
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