Top

Discussion

What is the correct sequence of the compilation Process −

  • A.Assembler, Compiler, Preprocessor, Linking
  • B.Compiler, Assembler, Preprocessor, Linking
  • C.Preprocessor, Compiler, Assembler, Linking
  • D.Assembler, Compiler, Linking, Preprocessor

Answer: C

At first it preprocess the code, then compile it, after that it creates assembly level code, or object code, then the linking is taken place.

No comment is present. Be the first to comment.
Loading…

Post your comment