what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / preetam
.a compiler translate the entire program before execution.
.an interpreter translates one line,executes that line and
then translate the next line.
.a compiler creates a list of errors after compilation.
.an interpreter stops after the first error.
.a compiler produces an independent executable file.
.an interpreted program needs the interpreter each time it
is run.
.a compiled program is translated code.
.an interpreted program is translated each time it is run.
.example of compiler is C, C++.
.example of interpreter is VB,Asp.net.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is run-group processing?
What do you know about sas data set?
what are the categories that sas informats are used to the place the data? : Sas-administrator
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how the sas basic syntax style described? : Sas-administrator
How to test the debugging in sas?
What can you learn from the SAS log when debugging?
do you prefer proc report or proc tabulate? Why? : Sas programming
How do you test for missing values?
What is the difference between reading data from an external file and reading data from an existing data set?
What is substr function?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what is the use of proc contents and proc print in sas? : Sas-administrator
Difference between SAS STATA & SPSS?
What is the use of divide function?