What is compiler | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is compiler

23rd May 2017, 2:41 AM
Gagan kumar
Gagan kumar - avatar
4 Antworten
+ 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
23rd May 2017, 3:58 AM
Jim
Jim - avatar
+ 4
Compiler is a program that translates source code written in a programming language into executable instructions.
23rd May 2017, 2:47 AM
Igor B
Igor B - avatar
0
convert high level language program to machine understandable language(low level language) also check code if any error then report it
23rd May 2017, 4:03 AM
Mayur Chaudhari
Mayur Chaudhari - avatar
- 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".
27th May 2017, 2:05 PM
sourav
sourav - avatar