Computer Science, asked by srivarsha9879, 1 year ago

Difference between compiler and interpreter in ppl

Answers

Answered by Akhilrajput1
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