Biology, asked by gopaghosh55, 6 months ago

distinguish between interpreter and compiler ​

Answers

Answered by Anonymous
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. ... A compiler always generates an intermediary object code.

Answered by MEGHAMITA
1

Answer:

compiler converts high level languages into machine language before the program runs and interpreter converts high level languages into machine language when the program runs

Similar questions