what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / bhupender singh
compiler works at a time while Interpreter works line by line.
compiler's speed is fast compare to Interpreter.
A compiler, in general, reads higher level language computer
code and converts it to either p-code or native machine
code. An interpreter runs directly from p-code or an
interpreted code such as Basic or Lisp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is program data vector? : Sas-administrator
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How does proc sql work?
What are the different types of sas functions?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How is character variable converted into numeric variable and vice versa?
What is SAS? What are the functions does it performs?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Explain the difference between informat and format with an example.
How will you generate test data with no input data?
What are SAS/ACCESS and SAS/CONNECT?
What would be the value of month at the end of data step execution and how many observations would be there?
Give some examples where proc report’s defaults are same as proc print’s defaults?
explain the proc in sas? : Sas-administrator