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 general format of function in sas? : sas-grid-administration
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.
which date function advances a date, time or datetime value by a given interval? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
how does sas handle missing values in functions? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
how do you want missing values handled? : Sas programming
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?
explain the key concept of sas? : Sas-administrator
How would you include common or reuse to be processed along with your statements?
explain the concepts and capabilities of business object? : Sas-bi
what is change analysis in sas di ? : Sas-di
What function CATX syntax does?
how to read the variables in sas? : Sas-administrator
What is the difference between nodupkey and nodup options?