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
Differentiate between sas functions and sas procedures.
what is business intelligence? : Sas-bi
how to do user inputs and command line arguments in sas?
What are the five ways to do a table lookup in sas? : sas-grid-administration
If you could design your ideal job, what would it look like?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what are sas bi dashboard components? : Sas-bi
Give e an example of..
Explain data_null_?
explain the function of substr in sas? : Sas-administrator
What do the mod and int function do? : Sas programming
what is sas database server? : Sas-di
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What is the use of divide function?
Name and describe few sas character functions that are used for data cleaning in brief.