what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / dhaval
They are both similar as they achieve similar purposes, but inherently different as to how they achieve that purpose. Compiled code takes programs (source) written in some kind of programming language, and then ultimately translates it into object code or machine language. Compiled code does the work much more efficiently, because it produces a complete machine language program, which can then be executed. The interpreter translates instructions one at a time, and then executes those instructions immediately. The compiler is itself a computer program written usually in some implementation language.
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
List out some key concept of SAS
What commands are used in the case of including or excluding any specific variables in the data set?
Describe a time when you were really stuck on a problem and how you solved it?
how to read the variables in sas? : Sas-administrator
What is the use of function Proc summary?
what is the difference between unique key and primary key? : Sas-di
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Describe a time when you were really stuck on a problem and how you solved it?
What are the scrubbing procedures in sas?
What is the difference between match merge and one to one merge?
Explain how merging helps to combine data sets.
describe about metadata object? : Sas-di
What is the use of %include statement?
Give e an example of..
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?