what is interpreter and compiler?
Answers
Answered by
3
➡️ An interpreter translates high-level instructions into an intermediate form, which it then executes. In contrast, a compiler translates high-level instructions directly into machine language. Compiled programs generally run faster than interpreted programs.
Similar questions