Computer Science, asked by anjupurbey101, 6 months ago

how does complier work ​

Answers

Answered by Anonymous
1

Answer:

The compiler is taking your human-readable source code, analyzing it, then producing a computer-readable code called machine code (binary). Some compilers will (instead of going straight to machine code) go to assembly, or a different human-readable language. Human-readable languages are AKA high-level languages.

Answered by tajmohamad7719
5

Answer:

The compiler is taking your human-readable source code, analyzing it, then producing a computer-readable code called machine code (binary). Some compilers will (instead of going straight to machine code) go to assembly, or a different human-readable language. Human-readable languages are AKA high-level languages.

Explanation:

A complier converts the high level instruction into machine language while an interpreter converts the high level instruction into an intermediate form. Before execution, entire program is executed by the compiler whereas after translating the first line, an interpreter then executes it and so on.

please mark my Brainliest

Similar questions