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 are the component of range? : Sas-bi
how to generate the test data in sas without input data? : Sas-administrator
How to sort in descending order?
how can you create zero observation dataset? : Sas programming
Name and describe few sas character functions that are used for data cleaning in brief.
What was the last computer book you purchased? Why?
what is enterprise guide? What is the use of it? : Sas programming
what is the use of proc sql? : Sas programming
What is maximum storage capability of SAS?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
how do the in= variables improve the capability of a merge? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How to create a permanent sas data set?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is a method to debug and test your SAS program?