Chapter 1
Chapter 1
Compiler Interpreter
It converts the whole source program It converts the source program into the
into the object program at once. object program one line at a time
It displays the errors for the whole It displays the errors, one line at a time
program together, after the compilation. and only after debugging that error the
control goes to the