Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   C (https://www.askmehelpdesk.com/forumdisplay.php?f=438)
-   -   Linker work duing execution (https://www.askmehelpdesk.com/showthread.php?t=269925)

  • Oct 16, 2008, 02:10 AM
    sish82
    Linker work duing execution
    How linker work duing execution in c program
  • Oct 16, 2008, 11:28 AM
    ÂmePerdut

    The linker is a step before you can execute your application. The steps are as follows: Your source code is preprocessed and then it is compiled into an assembly object. Following this the assembly object is assembled into machine code. The last step following this is the linking of all the associated pieces into the final executable. Following this you can now execute the application.

  • All times are GMT -7. The time now is 07:54 AM.