Results 1 to 9 of 9
  1. #1

  2. #2

  3. #3
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    Hi Friends,
    Linking. Linking as the name suggests, refers to creation of a single executable file from multiple object files. The file created after linking is ready to be loaded into memory and executed by the system . There is difference in linking and compilation when it comes to understanding errors.

  4. #4
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    After the compiler has created all the object files, another program is called to bundle them into an executable program file. That program is called a linker and the process of bundling them into the executable is called linking. The linker looks at all the object files you have told it to use.

  5. #5
    Senior Member
    Join Date
    Dec 2019
    Posts
    1,837
    C Compiler compiles the source code into object code. The process of linking object file and library files i.e. header file is known as linking. Linker is responsible of linking library file to object file. After Linking, file is loaded in RAM and the loader is responsible for loading exe file in memory.

  6. #6

  7. #7
    Registered User
    Join Date
    Nov 2019
    Posts
    90
    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.

  8. #8
    Senior Member
    Join Date
    Dec 2019
    Posts
    1,837
    C Compiler compiles the source code into object code. The process of linking object file and library files i.e. header file is known as linking. Linker is responsible of linking library file to object file. After Linking, file is loaded in RAM and the loader is responsible for loading exe file in memory.

  9. #9
    Senior Member
    Join Date
    Mar 2020
    Posts
    1,214
    Linking − The linker is produces the final compilation output from the object files the compiler produced. This output can be a shared (or dynamic) library or an executable. It links the object files by replacing the undefined references with the correct addresses.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.