Give difference between compiler and interpreter.
Compiler: It is a translator for machine independent HLL as FORTRAN and COBOL etc.
Interpreter: It analysis the source program statement through statement and itself carries out the actions implied through each statement.