Computer Science, asked by neemid983, 7 months ago

what are the stages of compilation in punjabi​

Answers

Answered by Anonymous
15

The compilation is a process of converting the source code into object code. ... The compilation process can be divided into four steps, i.e., Pre-processing, Compiling, Assembling, and Linking. The preprocessor takes the source code as an input, and it removes all the comments from the source code.

Answered by Anonymous
10

Answer:

There are six stages of compiling a program:

• lexical analysis.

• symbol table construction.

• syntax analysis.

• semantic analysis.

• code generation.

• optimisation.

Similar questions