Computer Science, asked by anshumangupta, 1 year ago

Difference between interpreter and compiler in table form

Answers

Answered by prya8523
2
hi friend ☺☺☺

here is your answer

interpreter =

i) translate the program one statement at a time .

ii ) if the interpreter encountered an error in the program it stops until the error has been rectified . so fixing errors in the program is easy .
____________________
compiler =

i) scan the entire program and translate it as a whole into machine code .

ii) it generates the error message only after scanning the whole program. Hence, debugging or 16 program error is comparatively heart.

I hope it is useful to you ☆☆☆
Similar questions