Computer Science, asked by divya3787, 1 year ago

Differentiate between interpreter &compiler.​


siddhart61: hii

Answers

Answered by Awesomeme17
6

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!!

Answered by Anonymous
11

➡️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.

Similar questions