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 would you define the end of a macro?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
If you could design your ideal job, what would it look like?
How do you test for missing values?
What is the role of unrestrictive users? : sas-grid-administration
Mention the validation tools used in SAS?
explain what is data set in sas? : Sas-administrator
Which command is used to perform sorting in sas program?
If a variable contains letters or special characters, can it be numeric data type?
What do the mod and int function do? : Sas programming
Name types of category in which SAS Informats are placed?
How do you define proc in sas? : sas-grid-administration
What is the basic structure of a sas program?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Describe crosslist option in tables statement?