What is the purpose of the linking step in building a c program?
Answers
Answered by
7
Explanation:
Linking is the final stage of C code building. It takes one or more object files or libraries as input and combines them to produce a single (usually executable) file. In this process .exe made from ....
Similar questions