what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / nand lal
• A complier converts the high level instruction into
machine language while an interpreter converts the high
level instruction into an intermediate form.
• Before execution, entire program is executed by the
compiler whereas after translating the first line, an
interpreter then executes it and so on.
• List of errors is created by the compiler after the
compilation process while an interpreter stops translating
after the first error.
• An independent executable file is created by the compiler
whereas interpreter is required by an interpreted program
each time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you delete duplicate observations in sas?
Tell me more about the parameters in macro? : sas-macro
Describe the function and untility of the most difficult SAS macro that you have written.
What is the order of application for output data set options, input data set options and SAS statements?
Mention what is SAS data set?
what are some good sas programming practices for processing very large data sets? : Sas programming
What is a put statement?
how will you locate the sas platform applications? : Sas-bi
What can be the size of largest dataset in SAS?
How do you connect the desktop application to metadata server? : sas-grid-administration
what versions of sas have you used (on which platforms)? : Sas programming
How necessary is it to be creative in your work?
Name types of category in which SAS Informats are placed?
how do you debug and test your sas programs? : Sas programming
explain what is data set in sas? : Sas-administrator