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
How do you define proc in sas? : sas-grid-administration
how to generate the test data in sas without input data? : Sas-administrator
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what type of graphs we will create(for 2+years candidates)?
What are common programming errors committed in sas
what is null hypothesis? why do you consider that?
What do you know about sas and what we do? : sas-grid-administration
explain what is data set in sas? : Sas-administrator
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Tell e how how dealt with..
How would you invoke a macro? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Describe the ways in which you can create macro variables? : sas-macro