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
This entry was posted in General. Bookmark the permalink. Post a comment or leave
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
If you could design your ideal job, what would it look like?
do you prefer proc report or proc tabulate? Why? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
What are the difference between ceil and floor functions in sas?
How sas treats the dsd delimiters?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what techniques and/or procs do you use for tables? : Sas programming
how can you put a "trace" in your program? : Sas programming
What are the functions which are used for character handling functions?
Explain by-group processing?
What are the data types does SAS contain?