what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / mehboob alam
compiler compile the source code while interpreter compile
the code that is allready compiled that is in the form of
bytecode
compiler scan whole code at once so it is fast incompare
with interpreter while interpreter comiled the byte code
line by line and convert in machine code so it is slow in
compare with compiler
| Is This Answer Correct ? | 72 Yes | 44 No |
Post New Answer View All Answers
Explain what Proc glm does?
What can be the size of largest dataset in SAS?
If a variable contains letters or special characters, can it be numeric data type?
why is sas considered self-documenting? : Sas programming
describe about physical data integration? : Sas-di
What does PROC print, and PROC contents do?
what is the difference between nodup and nodupkey options? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
what is enterprise guide? What is the use of it? : Sas programming
what is sas and what are the functions? : Sas-administrator
In SAS explain which statement does not perform automatic conversions in comparisons?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the length assigned to the target variable by the scan function?
What is the maximum and minimum length of macro variable
How many data types are there in SAS?