Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Difference between interpreter and compiler

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 279
    Comment on it

    Interpreter
    Translates one statement of a program at a time.
    The time it takes to interpret source code is very less.
    Interpreter program works line by line.
    Error is reported as soon as first error is encountered
    Example of languages that makes use of interpreter Ruby,Python,php,pearl,MATLAB

    compiler
    It Scans the complete program and translates it into machine code.
    It takes huge amount of time to analyse source code
    Errors are reported after checking the complete program
    Compiled program does not need to be complied every time
    Example of languages that makes use of interpreter C,C++,COBOL

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: