The Difference Between Compiler & Interpreter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Swati walia
    Senior Member
    • Sep 2016
    • 108

    The Difference Between Compiler & Interpreter

    1) Compiler Takes Entire program as input whereas Interpreter Takes Single instruction as input .

    2) Intermediate Object Code is Generated in case of compiler whereas in case of interpreter No Intermediate Object Code isGenerated.

    3) Memory Requirement is More(Since Object Code is Generated) in case of compiler whereas Memory Requirement is Less in case of interpreter.
  • priya.sharma
    Senior Member
    • Aug 2016
    • 105

    #2
    A compiler searches all the errors of a program and lists them and An interpreter checks the errors of a program statement by statement

    Comment

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎