Welcome to Westonci.ca, the place where your questions find answers from a community of knowledgeable experts. Find reliable answers to your questions from a wide community of knowledgeable experts on our user-friendly Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

What does the linker do, when you're building a C program?
A: It makes sure that your linked lists are properly linked.
B: It turns the output of the compiler (the assembly code) into machine code
C: It includes your header files into the program, so the compiler knows which functions have been declared.
D: It combines object files and libraries and produces a running executable