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
Name some categories in sas 9? : sas-grid-administration
what are the types of interactive display types? : Sas-bi
What is SAS?
Name few SAS functions?
explain the concepts and capabilities of business object? : Sas-bi
What Proc glm does?
What are pdv and it functions?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Explain the main difference between the sas procedures and functions? : Sas-administrator
Mention the difference between ceil and floor functions in sas?
Describe crosslist option in tables statement?
What is the SAS data set?
What is interleaving in SAS?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Give e an example of..