Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?

Answer Posted / gautam menariya

A compiler, in general, reads higher level language computer
code and converts it to either p-code or native machine
code. An interpreter runs directly from p-code or an
interpreted code such as Basic or Lisp. Typically, compled
code runs much faster, is more compact and has already found
all of the syntax errors and many of the illegal reference
errors. Interpreted code only finds such errors after the
application attempts to interpret the affected code.
Interpreted code is often good for simple applications that
will only be used once or at most a couple times, or maybe
even for prototyping. Compiled code is better for serious
applications.

Is This Answer Correct ?    46 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is data access? : Sas-di

1133


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

1052


what does the run statement do? : Sas programming

1041


How many data types are there in SAS?

1068


for whom is sas data integration studio designed? : Sas-di

993


What is program data vector (pdv)?

1276


What are the scrubbing procedures in sas?

998


how are numeric and character missing values represented internally? : Sas programming

1134


what is ae onset date n what is RDS

2563


What is the difference between SAS functions and procedures?

1144


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

1022


how does sas handle missing values in assignment statements? : Sas programming

1013


explain the difference between proc means and proc summary?

1114


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2788


How do you add a number to a macro variable? : sas-macro

999