Thursday, 28 December 2017

compiler,linker and loader

Compiler

Compiler works with 3GL or Higher Level Language .

Compiler is a special type of software which is used for , convert the source code into machine code.
And after conversion , compiler checks the errors of source code .

if source code is error free then user can execute the program . 

otherwise, compiler gives the error message to user then user need to solve the error for execute the program.

Linker:
Linker or Link Editor is an computer program , which is use to take one or more than one object file (generated by compiler) and combine them into one single executable file , or other executable file .

Loader:
Loader is a software , which is used to load the output in memory .




No comments:

Post a Comment

compiler,linker and loader

Compiler Compiler works with 3GL or Higher Level Language . Compiler is a special type of software which is used for , convert the sour...