what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / krishna gavidi
compiler compile the source code while interpreter compile
the code that is allready compiled that is in the form of
bytecode
compiler scan whole code at once so it is fast incompare
with interpreter while interpreter comiled the byte code
line by line and convert in machine code so it is slow in
compare with compiler
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
How you can read the variables that you need?
What is the function of output statement in a SAS Program?
What is the maximum length of the macro variable? : sas-macro
What is Linear Regression?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Explain the use of proc gplot? : sas-grid-administration
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
I need level 2 to 5 sas using companies in india
Explain proc sort?
How can you limit the variables written to output dataset in data step?
How to specify variables to be processed by the freq procedure?
Can you execute a macro within a macro? Describe. : sas-macro
What is interleaving in SAS?
what is hierarchy flattening? : Sas-di
Describe crosslist option in tables statement?