what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / kailash kunwar rathore
compiler: it translate high level language into machine
language program.it translate whole high level program into
machine level program.it require large memory.
Interpreter:it also translate high level language program
into machine level language program .it translate high level
language program line by line into machine language program.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is sas metadata server? : Sas-di
What are the statements in proc sql?
how to remove duplicates using proc sql?
for what purpose would you use the retain statement? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How many data types are there in SAS?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What are pdv and it functions?
what is proc Index? and what is proc document?
What is the role of unrestrictive users? : sas-grid-administration
In ARRAY processing, what does the DIM function do?
Mention how to limit decimal places for the variable using proc means?
Mention what is SAS data set?
Explain the special input delimiters used in sas programming.