Differentiate between interpreter &compiler.
Answers
Hola mate here is your answer :-
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.
Hope it helps!!✌✌✌✌
➡️An interpreter is a computer program that is used to directly execute program instructions written using one of the many high-level programming languages.
➡️A compiler is a software
program that transforms high-level
source code that is written by a
developer in a high-level
programming language into a low
level object code (binary code) in
machine language, which can be
understood by the processor.
➡️The process of converting
high-level programming into
machine language is known as
compilation.