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
What can you learn from the SAS log when debugging?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is maximum number of rows and cols can be handled in SAS?
What is the use of divide function?
Explain proc univariate?
Explain substr function?
how many types of prompts are there? : Sas-bi
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
how do you want missing values handled? : Sas programming
What are the functions which are used for character handling functions?
How long can a macro variable be? A token? : sas-macro
What function CATX syntax does?
Describe the function and untility of the most difficult SAS macro that you have written.
what is the use of proc sql? : Sas programming