Compiler vs Interpreter : Difference Between Compiler and Interpreter

Compiler vs Interpreter No Compiler Interpreter 1 Compiler Takes Entire program as input Interpreter Takes Single instruction as input . 2 Intermediate Object Code isGenerated No Intermediate Object Code is Generated 3 Conditional Control Statements are Executes faster Conditional Control Statements Read More …