what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / gautam menariya
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. Typically, compled
code runs much faster, is more compact and has already found
all of the syntax errors and many of the illegal reference
errors. Interpreted code only finds such errors after the
application attempts to interpret the affected code.
Interpreted code is often good for simple applications that
will only be used once or at most a couple times, or maybe
even for prototyping. Compiled code is better for serious
applications.
| Is This Answer Correct ? | 46 Yes | 32 No |
Post New Answer View All Answers
what r the job openings SAS for fresher graduates !
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how can you put a "trace" in your program? : Sas programming
how many types of prompts are there? : Sas-bi
How to read an input file in sas?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Tell e how how dealt with..
Differentiate between sas functions and sas procedures.
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What is the function of Stop statement in a SAS Program?
Difference between sum function and using “+” operator?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is the function of output statement in a SAS Program?
What are the table names in oracle database...?
What are the default statistics for means procedure?