Math, asked by kelvins, 1 month ago

answer my question homwork help me ✔

explain complier??​

Answers

Answered by MRDEMANDING
0

    Solution

  • A compiler is a computer software program. Compilers translate a given higher level program into a lower level program such as an assembly level language or machine level language.

  • Compiles parse the given program. Check it for grammatical errors. This is called parsing. Then if there are no errors, the program statements are converted into equivalent target language statements.

  • Compilers are necessary because computers do not understand higher level  languages.  Programmers cannot write huge and complicated programs in machine level languages. But computers understand only machine level instructions.

  • The output of a compiler can be executed directly by the user.
Answered by Anonymous
1

Answer:

Compiler, Computer software that tra nslates (compiles) source co de written in a high-level language (e.g., C++) into a set of machine-language instructions that can be underst ood by a digital computer's CPU. Compilers are very large progr ams, with error-chec king and other abilities.

Similar questions