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
Approximately what date is represented by the SAS date value of 730?
Describe the ways in which you can create a macro variable?
How to include or exclude specific variables in a data set?
What is SAS? What are the functions does it performs?
Explain what is data step?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Explain the difference between informat and format with an example.
What is the length assigned to the target variable by the scan function?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the ways to do a “table lookup” in sas?
What is the difference between match merge and one to one merge?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How you can read the variables that you need?
What is the maximum length of the macro variable?
What is the sas data set? : sas-grid-administration