what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?

Answer Posted / dhaval

They are both similar as they achieve similar purposes, but inherently different as to how they achieve that purpose. Compiled code takes programs (source) written in some kind of programming language, and then ultimately translates it into object code or machine language. Compiled code does the work much more efficiently, because it produces a complete machine language program, which can then be executed. The interpreter translates instructions one at a time, and then executes those instructions immediately. The compiler is itself a computer program written usually in some implementation language.

Is This Answer Correct ?    14 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do the mod and int function do? : Sas programming

586


how many types of prompts are there? : Sas-bi

556


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2100


what is the use of sas management console? : Sas-di

615


Which statement does not perform automatic conversions in comparisons?

1205






which features do you use to check the data validations and errors? : Sas-administrator

554


How would you define the end of a macro?

704


Explain the difference between informat and format with an example.

689


what is ae onset date n what is RDS

1939


What are the differences between sum function and using “+” operator?

581


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1668


Can you suggest us materials for sdtm mapping?

4041


how does sas handle missing values in a merge? : Sas programming

560


How many ways to overcome a missing values???

2339


how would you create multiple observations from a single observation? : Sas programming

572