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
For clinical entire study how many tables will create approx?
Explain what is data step?
what is sas database server? : Sas-di
How substr function works in sas?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what are the benefits of data integration? : Sas-di
What do you know about sas data set?
what is sas metadata repository? : Sas-bi
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is the difference between the proc sql and data step?
what is data access? : Sas-di
How would you identify a macro variable? : sas-macro
What is the general format of function in sas? : sas-grid-administration