0 votes
by (1.1k points)

1 Answer

0 votes
by (1.1k points)
selected by
 
Best 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.

Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
...