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 we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
List down the reasons for choosing sas over other data analytics tools.
why a stop statement is needed for the point= option on a set statement?
explain about sas business intelligence? : Sas-bi
what is data governance? : Sas-di
How to convert a numeric variable to a character variable?
what are some good sas programming practices for processing very large data sets? : Sas programming
what type of graphs we will create(for 2+years candidates)?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
what do you mean by data staging area? : Sas-di
Have you used macros? For what purpose you have used? : sas-macro
What are pdv and it functions?
What are the scrubbing procedures in sas?
describe the interaction table in sas di? : Sas-di