Log in

View Full Version : Why is linking necessary in a program?



jsharma
11-23-2019, 12:08 AM
Hello friends,


Why is linking necessary in a program?

nick0201
11-28-2019, 04:52 AM
Please post a thread that is related to the category.

rscomponentseo
11-28-2019, 04:59 AM
Linking refers to the creation of a single executable file from multiple object files. ... Instead, using so called "conditional compilation", it is necessary to compile only those source files that have changed; for the rest, the object files are sufficient input for the linker.