What is the difference between a compiler and an interpreter?
Answers
Answered by
11
Answer:
compiler
it converts the whole source program into the object program at once.
Interpreter
it converts the source program into the object program one line at a time.
Similar questions