24 Computer -- Programming Concepts and Logics

What is Compilation? List the stages of compilation?

What is Compilation? List the stages of compilation?

Compiling is the transformation from Source Code (human readable) into machine / object code (computer executable). It is done with the help of the compiler.

The following are the stages of compilation:

  • Preprocessor
  • Compilation
  • Assembling
  • Linking


More questions on Programming Concepts and Logics

Close Open App