what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / rekha
1.An compiler interprets the higher level language to
machine understandable language.
2.compiler compils entire code at atime,but interpreter
interprets the code line by line.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Mention some common errors that are usually committed in sas programming.
What are the advantages of using sas?
Difference between SAS STATA & SPSS?
What is the order of application for output data set options, input data set options and SAS statements?
What are the ways in which macro variables can be created in sas programming?
describe about physical data integration? : Sas-di
Difference between nodup and nodupkey options?
Where do you use proc means over proc freq?
What is SAS? What are the functions does it performs?
Differentiate between format and informat? : sas-grid-administration
how many display types available in sas bi dashboard? : Sas-bi
Give an example where SAS fails to convert character value to numeric value automatically?
what is data access? : Sas-di
What are the 3 components in sas programming?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?