Question:medium

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

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0