Computer Science, asked by avanthika230110, 6 months ago

what is the difference between interpreter and compiler

Answers

Answered by saurabh363590
4

Answer:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower.

I hope it helps you

plz mark me as BRAINLIEST

Answered by broy04135
1

Answer:

Difference Between Compiler and Interpreter. 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.

Similar questions