what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / harry(09819467068)
a compiler and interpreter both convert the source code o machine language but the difference is the compiler compiles and displays he error all in a once in the same window for the whole program but the interpreter displays the error as it goes on coding each line and displays the next line after the error in the present line is checked and verified.
call me if u have any questions or doubts on this subject of information technology on 09819467068
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
what are all the reports you generated in your recent project?
How would you invoke a macro? : sas-macro
what is the effect of the options statement errors=1? : Sas programming
Name validation tools used in SAS
What are the statements that are executed only?
Tell e how how dealt with..
What sas features do you use to check errors and data validation?
how does sas handle missing values in formats? : Sas programming
What do you know about sas data set?
What is the purpose of _character_ and _numeric_?
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 can be the size of largest dataset in SAS?
what is proc Index? and what is proc document?
why is sas considered self-documenting? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?