Skip to main content

Posts

Showing posts with the label Differentiate between Interpreter and Compiler

Explain Difference Between Compiler and Interpreter

Difference between Compiler and Interpreter The Compiler and Interpreter are the two main types of Language Translator or Language Processor Explain some important differences between Compiler and Interpreter or Differentiate between Interpreter and Compiler Compiler                                    Interpreter                              1.    Compiler   converts   a   source program   into machine code as a whole.                                 1.  Interpreter    converts    a    source program    into machine code one statement at a time.            2. Compiler after translating whole...