what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / krishna gavidi
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 ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the basic structure of a sas program?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What was the last computer book you purchased? Why?
describe about physical data integration? : Sas-di
What is the command used to find missing values?
Hi, If anyone has base SAS certification dumps, please share.
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What is the difference between SAS functions and procedures?
Mention some common errors that are usually committed in sas programming.
what is data governance? : Sas-di
Enlist the syntax rules followed in sas statements.
Name types of category in which SAS Informats are placed?
List out some key concept of SAS
what is hash files in sas and why we are using this one in sas?
Give some examples where proc report’s defaults are same as proc print’s defaults?