Computer Science, asked by durgayadav1955k, 7 months ago

difference between a compiler and an interpreter

please answer this question​

Answers

Answered by queen4bad
2

A compiler is a translator which transforms source language (high-level language) into object language (machine 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

Answered by cyrilcj777wifi
2

Answer:

Hello mate

Explanation:

Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.

Similar questions