PDA

View Full Version : What is linking in programming?



pihu147741
11-23-2019, 01:27 AM
Hello friends,


What is linking in programming?

RosieYingling
11-23-2019, 01:35 AM
Linking is the practice of collecting and combining various pieces of code and data into one file which may be loaded (copied) into memory and executed. Linking is usually handled quietly from the linker, and is not an important issue for students that are building small programs in introductory programming classes.

John-Smith
11-23-2019, 01:49 AM
what is the meaning of posting thread about programing in the SEO category? :confused: :mad:

propertyseo
11-23-2019, 02:21 AM
Linking is the process in which references to "externally" defined objects (code and data) are processed so as to make them operational. Traditionally linking used to be performed as a task after basic translation of the user program files, and the output of this stage is a single executable program file.

Naksh
11-23-2019, 02:56 AM
Linking is the process of collecting and combining various pieces of code and data into a single file that can be loaded (copied) into memory and executed.

RH-Calvin
11-25-2019, 10:08 AM
Linking is the process in which references to "externally" defined objects (code and data) are processed so as to make them operational. Traditionally linking used to be performed as a task after basic translation of the user program files, and the output of this stage is a single executable program file.

sattamobilem
11-25-2019, 01:35 PM
Linking is the process in which references to "externally" defined objects (code and data) are processed so as to make them operational. Traditionally linking used to be performed as a task after basic translation of the user program files, and the output of this stage is a single executable program file.

jayam
01-30-2020, 06:20 AM
Linking is the process in which references to "externally" defined objects (code and data) are processed so as to make them operational. Traditionally linking used to be performed as a task after basic translation of the user program files, and the output of this stage is a single executable program file.

GeethaN
01-30-2020, 07:26 AM
Linking means binding all the object files into a single executable file (.exe) in windows OS. Compilation: After compilation object files are created of complete program. Linking will be done after compilation.

ravikiran
01-30-2020, 09:33 AM
Linking is the process in which references to "externally" defined objects (code and data) are processed so as to make them operational. Traditionally linking used to be performed as a task after basic translation of the user program files, and the output of this stage is a single executable program file.

davidweb09
01-30-2020, 11:45 AM
Linking is an advantage to use another file code in imported page. https://www.theblez.com/