Computer Science, asked by janu1, 1 year ago

write any three differences between compiler and interpreter?

Answers

Answered by hariiyengar39
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
janu1: yeah
janu1: thanks
hariiyengar39: ur welcome boss
janu1: can you say more about intepreter
Answered by sunu1
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