write any three differences between compiler and interpreter?
Answers
Answered by
5
a compiler searches all the errors of a program and list the=em.if the program is error free then it converts the code of program into machine code and then the program can be executed by separate commands.an interpreter checks the errors of the program statement by statement
hariiyengar39:
hope it helped u
Answered by
3
interpreter is language processor that converts a HLL program into machine language line by line. if there is an error in one line ,it reports and the execution of the program terminated . it will continue the translation only after correcting the error
Similar questions