What is linker? What is linker programing language?
- A linker is a program that links one program to another program.
- Linker can help to make a major program in application development in computer for specific task.
- Liker links the module to module to make better performance of an application system.
- In case when developing the application or data structure programs the subroutines are generally uses in the programs linker links together.
- The linker links can also the subroutine with the main program.
- Linker links the machine codes also for the programs.
When you writing a program in the editor then the compiler produce the machine codes to the program which you are writing in that case the linker links the machine codes to your program which has written in the editor by you. This procedure is called linking of linker.
No comments:
Post a Comment