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
How would you invoke a macro? : sas-macro
Differentiate between ceil and floor functions.
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How sas treats the dsd delimiters?
Differences between where and if statement?
what is data access? : Sas-di
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How many data types are there in SAS?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is run-group processing?
How do dates work in SAS data?
Where do you use proc means over proc freq?
What are the features of base sas system?
How do you control the number of observations and/or variables read or written?
how do the in= variables improve the capability of a merge? : Sas programming