What is a compiler?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a compiler??

18th Feb 2017, 11:08 PM
Sarthak Mitter
Sarthak Mitter - avatar
3 Answers
+ 2
A compiler is a program that translates a source program written in some high-level programming language (such as Java) into machine code for some computer architecture (such as the Intel Pentium architecture).
18th Feb 2017, 11:53 PM
Zoran Kovacevic
Zoran Kovacevic - avatar
0
it is not a program....but a set of programs to be accurate
19th Feb 2017, 1:15 AM
Pranav Senthil
Pranav Senthil - avatar
0
javac compiles the code into bytecode.....and the java interpreter coverts the byte code into machine code....
19th Feb 2017, 1:18 AM
Pranav Senthil
Pranav Senthil - avatar