what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / sushant tambad
compiler:translates the entire program.
interpreter:translates the program line by line.
compiler:requires more main memory.
interpretor:requires less memory.
compiler:converts the entire program to machine code,where all the syntax error are removed and executes the machine code.
interpretor:each time the program is executed every line is checked for syntax then converts to equivalent object code directly.
compiler : execution time is less
interpretor: execution time is more
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are types of transport files?
what is information maps?
how does sas handle missing values in formats? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Where do you use proc means over proc freq?
What is the difference between input and infile statement?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
what do the pad and dim functions do? : Sas programming
what is the difference between nodup and nodupkey options? : Sas programming
How can sas program be validated?
What is SAS informats?
What is the difference between where and if statement?
what is the difference between infile and input? : Sas-administrator
What is the command used to find missing values?
What are the different versions of sas that you have used until now? : sas-grid-administration