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
what is the use of sas management console? : Sas-di
is data integration and etl programming is same? : Sas-di
What is the SAS data set?
Explain how you can debug and test your SAS program?
Explain why double trailing @@ is used in input statement?
what is the primary data source for the wrs? : Sas-bi
What is the difference between %put and symbolgen? : sas-macro
What is the basic structure of a sas program?
What function CATX syntax does?
Are you involved in writing the inferential analysis plan? Tables specifications?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Differences between where and if statement?
Which command is used to perform sorting in sas program?
what is null hypothesis? why do you consider that?
What are SAS/ACCESS and SAS/CONNECT?