Difference between Complier and Interpreter

 Difference between Complier and Interpreter


Complier

  • Take entire program as input output.
  • Intermediate object code is generated.
  • Execution is faster.
  • Memory requirement is more.
  • Error are displayed after entire program is checked.
Interpreter

  • Take single instructions as input output.
  • No intermediate object code is generated.
  • Execution is slower.
  • Memory requirement is less.
  • Error are displayed for every instructions interpreted.

Comments

Popular posts from this blog

what is osi model | what are seven layer of OSI model | function of OSI model.

HTML Tutorial: Basic Structure of Website | Web Development