Art, asked by tarunkaushik18754, 7 months ago

Differentiate between an interpreter and a compiler
con intoxberton tanglater line​

Answers

Answered by gotnochill4
0

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.

Explanation:

hopes it helps

Answered by harvinder2203
2

☆here \: is \: ur \: answer☆\:

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.

hope \: it \: helps \: you.....

Similar questions