what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / charulata
1: A compiler generally takes source code and turns it into
instructions that run on the hardware directly.
4: A compiler searches all the errors of a program and
lists them. If the program is error free then it converts
the code of program into machine code and then the program
can be executed by separate commands.
1: An interpreter generally processes the source code
directly or first tokenizes it into a byte-code type form
to interpret that.
2: An interpreter checks the errors of a program statement
by statement. After checking one statement, it converts
that statement into machine code and then executes that
statement. The process continues until the last statement
of program occurs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to limit decimal places for variable using proc means?
explain about various caches available in data integrator? : Sas-di
Can you execute macro within another macro? : sas-macro
How would you determine the number of missing or nonmissing values in computations?
what is star schema? : Sas-di
what are all the reports you generated in your recent project?
What is SAS?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Are you involved in writing the inferential analysis plan? Tables specfications?
What are symget and symput? : sas-macro
What function CATX syntax does?
Are you involved in writing the inferential analysis plan? Tables specfications?
Which command is used to perform sorting in sas program?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
describe about physical data integration? : Sas-di