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
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What do the mod and int function do? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
Give e an example of..
What function CATX syntax does?
how can you create zero observation dataset? : Sas programming
How long can a macro variable be? A token? : sas-macro
what are sas bi dashboard components? : Sas-bi
explain the use of % includes a statement in sas? : Sas-administrator
Explain translate function?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what is sas metadata server? : Sas-di
How to specify variables to be processed by the freq procedure?
What are the ways to do a “table lookup” in sas?