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
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Are you sensitive to code walk-throughs peer review or QC review?
explain what is data set in sas? : Sas-administrator
What is the difference between input and infile statement?
What is the maximum length of the macro variable?
how are numeric and character missing values represented internally? : Sas programming
What is the work of tranwrd function?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are the automatic variables for macro? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
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?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
what is enterprise guide? What is the use of it? : Sas programming
what are _numeric_ and _character_ and what do they do? : Sas programming
explain the difference between proc means and proc summary?