answersLogoWhite

0

a linker is a computer program which takes one or more object files generated by compiler and link them link them to standard library and produce one executable object file. The libraries includes operating system libraries, language specific libraries and ,may be, user created libraries.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is 8051 loader?

The Loader is a program that moves the executable file produced by linker from the secondary storage device to memory for execution


What is a linker as applied in programming?

linker is a program that combines the object files, to form executable file of our program.


A program that combines object code files into an executable program is called?

linker or binder


What is Program execution in operating system?

Program Execution means that you open or run a program installed at the computer. my question how to do program execution


What is the role of void in functions of c?

this is a void main()int, char, are execution the program and it is not return the void.


What are the types of system program?

compiler linker loader macroprocessor assembler


What is the meaning of execution and terminating the programmes?

execution is the process by which a computer carries out the instructions of a computer program. terminating program is to stop the program from execution.


Differce between linker and loader?

#)Linker is a program that takes one or more objects generated by a compiler and combines them into a single executable program. #)Loader is the part of an operating system that is responsible for loading programs from executables (i.e., executable files) into memory, preparing them for execution and then executing them.


Linker and loader in c language?

There is no such thing in the C language, but it is true that operating systems have a component called loader which loads binary program-files (whose source may be written in C language) into the memory and prepares them to the execution.


What is the difference between linker and linkage?

linker: linker is used to change an object code into an executable code by linking together the necessary built in functions. linkage: the place where we used to declare a variable of a program is called the linkage of a variable.


Is used to translate an entire 3GL or 4GL program into machine language before any of the program is executed?

A compiler and a linker.


What combines the object code with the library code to create an executable machine language program?

The linker.