what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / abhishek singh
1-interpreter takes more time for converting source code into
target program while compiler takes less time .
2-an interpreter, however, can usually give better error diagnostic than compiler,because it execute source program statement by statement.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the features of SAS?
How would you identify a macro variable? : sas-macro
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Describe the function and utility of the most difficult SAS macro that you have written?
name some data transformation used in sas di? : Sas-di
Give some examples where proc report’s defaults are different than proc print’s defaults?
In SAS explain which statement does not perform automatic conversions in comparisons?
how does sas handle missing values in sort order? : Sas programming
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what is the effect of the options statement errors=1? : Sas programming
Name some categories in sas 9? : sas-grid-administration
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
why is sas considered self-documenting? : Sas programming
explain what is factor analysis? : Sas-administrator
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro