Differentiate between interpreter and a compiler.
Answers
Answer:
A compiler is a translator which transforms source language (high-level language) into object language (machine language). In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language.
hey plz mark my answer as the brainliest
Explanation:
a compiler converts the entire source code into the object code at once whereas an interpreter converts the source code into object code one line at a time.
A compiler displays errors for the whole program together after compilation....while an interpreter displays the error of one line at a time and after correction, the execution goes to next line...
edit: thanks mate for marking my answer as the brainliest.....hope i will be able to help you and others more.....plz follow me