what is the difference between a compiler and an interpreter
Answers
Answered by
5
An interpreter translates high-level instructions into an intermediate form, which it then
executes. In contrast, a compilertranslates high-level instructions directly into machine language. Compiled programs generally run faster than interpreted programs. ... This process can be time-consuming if the program is long.
executes. In contrast, a compilertranslates high-level instructions directly into machine language. Compiled programs generally run faster than interpreted programs. ... This process can be time-consuming if the program is long.
Similar questions