Difference between compiler and interpreter in ppl
Answers
Answered by
0
In contrast with a compiler, aninterpreter is a program which imitates the execution of programs written in asource language. Another difference between Compiler and interpreter isthat Compiler converts the whole program in one go on the other handInterpreter converts the program by taking a single line at a time
Similar questions