what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / suhaira tasneem p.m
compiler:
*when an error is formed we need to compile the whole prog. again
*machine code obtain after compilation is not portable
interpreter:
*when an error formed no need to run whole prog.
*code is portable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Describe the ways in which you can create macro variables?
what is sas application server? : Sas-di
What are the data types that sas contain?
Mention what is PROC in SAS?
How long can a macro variable be? A token? : sas-macro
what are the considerations when picking a SAS/STAT procedure?
how to remove duplicates using proc sql?
Differentiate between format and informat? : sas-grid-administration
What is run-group processing?
What do you know about symput and symget?
Are you involved in writing the inferential analysis plan? Tables specfications?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What’s the difference between var b1 – b3 and var b1 — b3?
Why double trailing @@ is used in input statement?