what is the difference between compiler and interpeter
Answers
Answered by
4
Explanation:
- Computer programs are usually written on high level languages. A high level language is one that can be understood by humans. ... 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.
Similar questions