what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / gautam menariya
A compiler, in general, reads higher level language computer
code and converts it to either p-code or native machine
code. An interpreter runs directly from p-code or an
interpreted code such as Basic or Lisp. Typically, compled
code runs much faster, is more compact and has already found
all of the syntax errors and many of the illegal reference
errors. Interpreted code only finds such errors after the
application attempts to interpret the affected code.
Interpreted code is often good for simple applications that
will only be used once or at most a couple times, or maybe
even for prototyping. Compiled code is better for serious
applications.
| Is This Answer Correct ? | 46 Yes | 32 No |
Post New Answer View All Answers
Mention what is PROC in SAS?
how to change the execute of macro
describe the interaction table in sas di? : Sas-di
Explain bmdp procedure?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Which command is used to perform sorting in sas program?
How long can a macro variable be? A token? : sas-macro
What is Linear Regression?
Describe 5 ways to do a “table lookup” in SAS?
Where do you use proc means over proc freq?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Give e an example of..
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Tell me more about the parameters in macro? : sas-macro
explain about various caches available in data integrator? : Sas-di