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
what are 5 ways to perform a table lookup in sas? : Sas-administrator
If you could design your ideal job, what would it look like?
How to convert a numeric variable to a character variable?
What is the difference between the proc sql and data step?
How do you use the do loop if you don’t know how many times you should execute the do loop?
what type of graphs we will create(for 2+years candidates)?
Explain the purpose of retain statement.
What are the data types that sas contain?
What does PROC print, and PROC contents do?
Enlist the functions performed by sas.
What are the new features included in the new version of SAS Programming Language?
What is factor analysis?
What are the applications primarily used by business analyst? : Sas-bi
explain the function of substr in sas? : Sas-administrator
what is SAS OPTIMIZATION?