Computer Science, asked by khanbhai51, 1 year ago

what is the difference between a compiler and an interpreter

Answers

Answered by loveyou22
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.
Similar questions