0
What is compiler
4 Respuestas
+ 11
Let's see if I can manage this..... (we had a good talk about this recently!)
https://www.sololearn.com/discuss/403568/?ref=app
+ 4
Compiler is a program that translates source code written in a programming language into executable instructions.
0
convert high level language program to machine understandable language(low level language)
also check code
if any error then report it
- 1
The computer prefers a string of 1's and 0's that mean very little to us, but can be very quickly and accurately understood by the computer. The original C++ program is called the "source code", and the resulting compiled code produced by thecompiler is usually called an "object file".