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

Answer Posted / preetam

.a compiler translate the entire program before execution.
.an interpreter translates one line,executes that line and
then translate the next line.
.a compiler creates a list of errors after compilation.
.an interpreter stops after the first error.
.a compiler produces an independent executable file.
.an interpreted program needs the interpreter each time it
is run.
.a compiled program is translated code.
.an interpreted program is translated each time it is run.
.example of compiler is C, C++.
.example of interpreter is VB,Asp.net.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give some examples where proc report’s defaults are same as proc print’s defaults?

649


how does sas handle missing values in formats? : Sas programming

590


what are the component of range? : Sas-bi

618


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

735


What is the difference between INPUT and INFILE ?

760






Describe the function and untility of the most difficult SAS macro that you have written.

1566


How to sort in descending order?

800


What is maximum storage capability of SAS?

911


Explain input and put function?

649


: and & modifiers.

868


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

613


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2293


Explain how merging helps to combine data sets.

618


What are the difference between sas functions and procedures?

644


what are the types of interactive display types? : Sas-bi

656