what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / p.rakesh kumar reddy
-An interpreter translates some form of source code into a
target representation that it can immediately execute and
evaluate. The structure of the interpreter is similar to
that of a compiler, but the amount of time it takes to
produce the executable representation will vary as will the
amount of optimization.
-Interpreter excuts bytecode line by line, and it converts
byte code into Machine code.
-compiler takes whole program at a time and executes it.....
-where as interpreter executes the program line by line.....
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
name several ways to achieve efficiency in your program? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
What is connection profile? : sas-grid-administration
Difference between sum function and using “+” operator?
how will you locate the sas platform applications? : Sas-bi
What do the put and input function do?
what is the purpose of _error_? : Sas programming
what is sas application server? : Sas-di
how many types prompting framework can be broken down to? : Sas-bi
For what purpose would you use the RETAIN statement?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the role of sas grid administrator? : sas-grid-administration
what are some differences between proc summary and proc means? : Sas programming
Mention common programming errors committed in sas ?