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
what is sas olap server? : Sas-di
how does sas handle missing values in sort order? : Sas programming
How to create a permanent sas data set?
what is the primary data source for the wrs? : Sas-bi
What is the function of output statement in a SAS Program?
What is the difference between one to one merge and match merge? Give an example.
What are the different servers in sas? : sas-grid-administration
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Which are the statements whose placement in the data step is critical?
how does sas handle missing values in formats? : Sas programming
explain the difference between proc means and proc summary?
Explain data_null_?
Where do you use proc means over proc freq?
Difference between SAS STATA & SPSS?
How many ways to overcome a missing values???