Question:

Executing a program written in C involves a series of steps. Choose the correct sequence.

Show Hint

Remember: Source Code \(\rightarrow\) Preprocessor \(\rightarrow\) Compiler \(\rightarrow\) Linker \(\rightarrow\) Executable Program.
Updated On: Jun 25, 2026
  • d, a, b, c
  • a, d, c, b
  • c, a, b, d
  • a, d, b, c
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: A C program passes through several stages before execution. The standard process is: \[ \text{Editing} \rightarrow \text{Preprocessing} \rightarrow \text{Compilation} \rightarrow \text{Linking} \rightarrow \text{Execution} \] In objective questions, these stages are often represented by symbols.

Step 1:
Write the sequence of program development.
The general sequence is:
• Source Program
• Preprocessor
• Compiler
• Linker
• Execution

Step 2:
Match with the given symbolic sequence.
The sequence corresponding to these stages is \[ a \rightarrow d \rightarrow b \rightarrow c \] as given in the options.

Step 3:
Select the answer.
Hence the correct sequence is \[ \boxed{a,d,b,c} \] Therefore option (D) is correct.
Was this answer helpful?
0
0