Results 1 to 11 of 11
  1. #1
    Registered User
    Join Date
    Jul 2018
    Posts
    157

    What is linking in programming?

    Hello friends,


    What is linking in programming?

  2. #2
    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.

  3. #3

  4. #4
    Senior Member
    Join Date
    Oct 2019
    Posts
    139
    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.

  5. #5

  6. #6
    Senior Member
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    5,019
    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.
    Cheap VPS | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop
    Cheap Dedicated Server | Free IPMI Setup

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

  8. #8
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    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.

  9. #9
    Senior Member
    Join Date
    Dec 2019
    Posts
    1,837
    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.

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

  11. #11

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.