PDA

View Full Version : What is linking in programming?



pihu147741
11-22-2019, 10:14 PM
Hello friends,

What is linking in programming?

naksh
11-22-2019, 11:57 PM
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.