what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / p.rakesh kumar reddy
-An interpreter translates some form of source code into a
target representation that it can immediately execute and
evaluate. The structure of the interpreter is similar to
that of a compiler, but the amount of time it takes to
produce the executable representation will vary as will the
amount of optimization.
-Interpreter excuts bytecode line by line, and it converts
byte code into Machine code.
-compiler takes whole program at a time and executes it.....
-where as interpreter executes the program line by line.....
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Explain the use of proc print and proc contents?
what are sas bi dashboard components? : Sas-bi
what is factor analysis? : Sas-administrator
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
State the difference between INFORMAT and FORMAT ?
What versions of SAS have you used (on which platforms)?
What does the trace option do?
What is the difference between input and infile statement?
do you need to know if there are any missing values? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is operational data and operational system? : Sas-di
how does sas handle missing values in procs? : Sas programming
how do you debug and test your sas programs? : Sas programming
In sas, what are the areas that you are most interested in? : sas-grid-administration