Computer Science, asked by Jak909, 10 months ago

Differentiate between interpreter and a compiler.

Answers

Answered by spsingh05481
9

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.

Answered by akshya73
12

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

Similar questions