Home » C Programming » C Introduction » Question
  1. What is the first stage of compilation of a C program?
    1. linking
    2. assembling
    3. preprocessing
    4. compiling
Correct Option: C

Compilation has following four stages:-
Preprocessing
compiling
assembling
linking

Preprocessing resolves header file inclusions, macro definitions



Your comments will be displayed only after manual approval.