Computer Science, asked by ayankhan70, 11 months ago

how is a compiler different from an Interpreter?​

Answers

Answered by Itzkrushika156
6

Answer:

Explanation:

In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language. Another difference between Compiler and interpreter is that Compiler converts the whole program in one go on the other hand Interpreter converts the program by taking a single line at a time.

Similar questions