Computer Science, asked by Anonymous, 3 months ago

4. Differentiate between Compiler and Interpreter.​

Answers

Answered by aditigour56
2

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.May

I hope that this will help u

Answered by Anonymous
6

\bold{\boxed{Answer}}

  • An interpreter converts a program written in a High Level Language into machine language program line-by-line .

  • A compiler converts an entire program written in HLL into machine language in on go.
Similar questions