what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / rajaanku11
1.Compiler checks syntax of programme where as Interpreter
checks the keywords of a prog.
2. compiler checks at a time all the prog, But interpreter
checks simultaneously in the eidtor.
3.Interpretor provides colour coding to the prog and helps
in self debugging while writing a prog.
| Is This Answer Correct ? | 342 Yes | 152 No |
Post New Answer View All Answers
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is the difference between the proc sql and data step?
how can you put a "trace" in your program? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How would you define the end of a macro? : sas-macro
Explain substr function?
what is information maps?
Describe a time when you were really stuck on a problem and how you solved it?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the role of sas grid administrator? : sas-grid-administration
How to test the debugging in sas?
What are the differences between proc means and proc summary?
is data integration and etl programming is same? : Sas-di