what does compiler,linker and interpreter do

Go4Expert Member
7Mar2010,15:25   #1
krazytechno's Avatar
We all have heard about compiler,linker and interpreter in programming language.How its work can be differenciated.Which one works more fast.
Light Poster
7Mar2010,17:14   #2
lipun4u's Avatar
use google
Skilled contributor
7Mar2010,19:24   #3
techgeek.in's Avatar
Quote:
Originally Posted by krazytechno View Post
We all have heard about compiler,linker and interpreter in programming language.How its work can be differenciated.Which one works more fast.
Compiler compiles the whole program at a time where interpreter one line of a code at a time...so compiler works more faster that interpreter... on the other hand linker is different from compiler and interpreter..linker links the library files with the object file to form .exe or executable file...