what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / sathiya prabha
1. A compiler translates code from a source language to a target language, which can then be executed by a machine.
An interpreter reads code in an interpreted language (e.g. PHP, Perl, JavaScript) and directly executes the contained instructions.
2. Compiler checks syntax of programme
Interpreter
checks the keywords of a prog.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the good sas programming practices for processing large data sets?
What makes sas stand out to be the best over other data analytics tools?
how to generate the test data in sas without input data? : Sas-administrator
Describe the ways in which you can create macro variables? : sas-macro
what is business intelligence? : Sas-bi
Explain how merging helps to combine data sets.
What do the mod and int function do? : Sas programming
How is character variable converted into numeric variable and vice versa?
what is SAS OPTIMIZATION?
how to change the execute of macro
What is the basic syntax of a sas program?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is the purpose of trailing @ and @@? How do you use them?
how do the in= variables improve the capability of a merge? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di