what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / sambit gupta
COMPILER:
1. compiler checks the syntax of a program
2. it accumulates data from the source code into computer language
3. translation is very fast
4. it takes whole program at a time and translets it
INTERPRETER:
1. interpreter checks the the keyword of a program
2. it reads the data from the source code and convert it into given language
3. translation is slow
4. it translates program line by line
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can you suggest us materials for sdtm mapping?
What is the SAS data set?
how does sas handle missing values in formats? : Sas programming
What are the functions which are used for character handling functions?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Describe the ways in which you can create macro variables?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what is the difference between unique key and primary key? : Sas-di
Which command is used to perform sorting in sas program?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What makes sas stand out to be the best over other data analytics tools?
In proc transpose and data step with arrays which one you pick?
what is slowly changing dimension? : Sas-di
Do you need to know if there are any missing values?
How we can create SAS USER DEFINED CODE?