Looking for answers? Westonci.ca is your go-to Q&A platform, offering quick, trustworthy responses from a community of experts. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

What is the correct order of steps in compiling a C program from source code to executable?

a. Source file (.c) → Compiler → Assembler → Object file (.o) → Linker → Executable
b. Source file (.c) → Assembler → Executable → Object file (.o)
c. Source file (.c) → Compiler → Assembler → Object file (.o) → Linker → Executable
d. Source file (.c) → Linker → Assembler → Object file (.o) → Executable