Differentiate between an interpreter and a compiler.
Answers
Answered by
3
Answer:
A compiler is a translator which transforms source language (high-level language) into object language (machine language). In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language.
mark as brainliest
Similar questions