How linker work duing execution in c program
![]() |
How linker work duing execution in c program
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. |