what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / kodali shakti swaroop
compiler and interpriter are similer. Compiler compiles
source code into byte code, it takes whole
code and executes,
1.Compiler checks syntax of programme where as Interpreter
checks the keywords of a prog.
2.Interpretor provides colour coding to the prog and helps
in self debugging while writing a prog
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
how are numeric and character missing values represented internally? : Sas programming
What is a method to debug and test your SAS program?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
I need level 2 to 5 sas using companies in india
AE datasets names? how many types?
how does sas handle missing values in sort order? : Sas programming
What are the automatic variables for macro? : sas-macro
What is the basic syntax style in SAS?
what are informats in sas? : Sas-administrator
How to limit decimal places for variable using proc means?
If a variable contains only numbers, can it be a character data type?
Given an unsorted data set, how to read the last observation to a new data set?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the difference between nodupkey and nodup options?
what is data access? : Sas-di