Computer Science, asked by bins57, 10 months ago

what are the steps of compilation​

Answers

Answered by Anonymous
31

Step 1 — Preprocessor :

The preprocessor’s job is to take the source code and generate an output based on the source code and the local macros. The output is then sent to the compiler.

Step 2 — Compiler :

The compiler step is what changes the code into assembly code that your machine can understand. The output of the compiler is assembly code, which is piped to the next step.

Step 3 — Assembler :

The assembler is what assembles the assembly code, which turns it into 1’s and 0’s in sequence that look like this: 0101000 01001110 . When the assembler finishes, the output is sent to the linker.

Step 4 — Linker :

The linker is the part that links together your source code and the libraries that were specified at your header. The parts needed from the libraries are combined with your compiled code to produce one wrapped up package of output.

Answered by riyaz8859
3

Explanation:

sublimation is a type of phase transition or a change in a state of matter just like melting,freezing and evaporation. Through sublimation, a substance change from a solid to a gas without ever passing through a liquid phase. Dry ice solid co2, provide a common example of sublimation.

Similar questions