Bird
0
0

What is the output of the compilation process after the assembler phase?

easy📝 Conceptual Q2 of 15
C - Basics and Execution Environment
What is the output of the compilation process after the assembler phase?
ASource code
BPreprocessed code
CExecutable file
DObject code
Step-by-Step Solution
Solution:
  1. Step 1: Identify output of assembler phase

    The assembler converts assembly code into object code, which is machine code but not yet executable.
  2. Step 2: Differentiate from other outputs

    Source code is input, executable is after linking, preprocessed code is before compilation.
  3. Final Answer:

    Object code -> Option D
  4. Quick Check:

    Assembler output = Object code [OK]
Quick Trick: Assembler produces object code, not executable yet [OK]
Common Mistakes:
  • Confusing object code with executable
  • Thinking assembler outputs source code
  • Mixing preprocessed code with assembler output

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More C Quizzes